#include completion should sort files starting with underscores last #3465
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
quick fix
Milestone
I want to make the intellisense only provide suggestion for only STL header files (iostream, type_traits, ...), not show any other files in the compiler kit. Let me use some screenshots to explain my desire:
type_traits
, but still have suggestion for this. What i want is it will only show suggestion depend on the include:GL
folder and the other files start with__...
is implement files MinGW, i dont want to browse for these files in#include
. What i want is whenever i use#include
it will only show STL headers and files in my folder root:C:/Program Files/mingw-w64/x86_64-8.1.0-win32-seh-rt_v6-rev0/mingw64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++
, so i include it in bothincludePath
andbrowse.path
in configuration:The text was updated successfully, but these errors were encountered: