vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Ability to exclude files from intellisense

Open Timmmm opened this issue 1 year ago • 0 comments

Feature Request

I have a project that works fine with intellisense except for one enormous file which is 200k lines long (it's generated). If I open that file than the cpptools process hits 100% CPU and never goes back.

It would be really helpful to have a feature like C_Cpp.codeAnalysis.exclude or C_Cpp.files.exclude but that works for intellisense, like C_Cpp.intellisense.exclude.

Timmmm avatar Jun 28 '24 08:06 Timmmm