ref: https://code.visualstudio.com/docs/languages/cpp#_getting-started
Why it can't auto-complete #include headers or intellisense the headers in other word , even I config the c_cpp_properties.json.
Can it intellisense the headers of the PATH?
Thx in advence!
We don't have support for this yet.
For the longest time I was wondering why my autocomplete wasn't working. Makes sense now.
(PS. Hi Bob -AY)
Is this a planned addition? No details in the milestone/assignee field.
@azydevelopment It's not something we're planning on adding in the near term.
A preview of this feature is available in the insiders release
This is implemented in 0.17.0.
Intellisense is still unable to autocomplete the #include for custom includePath, e.g. "/usr/local/include".
This feature is provided by the extension "ajshort.include-autocomplete", but it can only use the includePath in "c_cpp_properties.json" instead of the "C_Cpp.default.includePath" in the user settings.
Could you please add this feature? It would be quite convenient if Intellisense can do this.
@joueurh This is supposed to work. Can you file a new issue with more repro info? You can enable logging to see if the "/usr/local/include" path is being added to your includePath.
