What are valid values for the c_cpp_properties.json tag "intelliSenseMode" ?
It defaults to clang-x64, but I am compiling with g++ so is there another value I can use there? I can not find any documentation about it.
Because Artemy Vysotsky did not post his answer as an answer:
The documentation states that "msvc-x64"
and "clang-x64"
are the only possible values.
When editing the .json configuration file, just type "intelliSenseMode": ""
and let intelliSense itself help.
Actually you may use the option "intelliSenseMode": "${default}"
to allow self selection.
As of today, the defaults are: clang-x64 for Mac; msvc-x64 for Windows; and gcc-x64 for Linux.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With