vscode好几天一直不能跳转函数定义或者别的定义,突然又好了。。。
c_cpp_properties.json
{
"configurations": [
{
"name": "windows-gcc-x86",
"includePath": [
"${workspaceFolder}/**",
"D:/adas/ADAS_FUSION/ObjFusn/Source"
],
"compilerPath": "D:/soft_install/MinGW/bin/gcc.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-gcc-x86",
"compilerArgs": [
""
]
}
]

文章讲述了用户在VSCode中使用C++时遇到的代码跳转问题,涉及到c_cpp_properties.json和settings.json配置文件的内容,着重于调试和编译器设置对问题的影响。
最低0.47元/天 解锁文章
2678

被折叠的 条评论
为什么被折叠?



