3

Basd on this question in SO : Visual Studio Code Syntax Highlighting shows errors but compiles

I want to set "C_Cpp.intelliSenseMode": "Tag Parser" in setting.json,

But I am not able to set it.

enter image description here

as when add it to setting.json, I am getting the following error:

Unknown configuration setting 

I am using the folloing tools:

  • Ubuntu 18.04
  • Visual studio 1.23.1
  • C/.C++ extension 0.17

How can I add this setting?

for your inform, I have similar problem as explained the the original question, I am getting error on editor but the application compiled correctly.

1

1 Answer 1

4

the correct setting to use in settings.json is "C_Cpp.intelliSenseEngine": "Tag Parser"

The intelliSenseMode setting is used in c_cpp_properties.json in order to have a working autocomplete with standard libraries.

Sign up to request clarification or add additional context in comments.

1 Comment

I tried a lot of other suggestions, but putting "C_Cpp.intelliSenseEngine": "Tag Parser" in settings.json is what fixed the annoying 'include' squiggles for me.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.