【发布时间】:2023-04-25 04:25:01
【问题描述】:
c_cpp_properties.json 标签“intelliSenseMode”的有效值是什么?
它默认为 clang-x64,但我正在使用 g++ 编译,所以我可以在那里使用另一个值吗?我找不到任何关于它的文档。
【问题讨论】:
-
github.com/Microsoft/vscode-cpptools/blob/master/Documentation/… - 指定 2 种可能性“msvc-x64”/“clang-x64”。其次是 Linux 环境的默认值
-
嗯,我不知道我在谷歌上搜索错了什么,但该页面没有出现在我的前 10 个结果中。
标签: c++ visual-studio-code intellisense