c++visual-studio-codeintellisense

Visual Studio Code Intellisense Mode


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.


Solution

  • 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.