赞
踩
首先说明,这个问题的现象是只能跳转到打开的.c文件的函数定义,未打开的不能跳转,我无法跳转的原因是在编辑过程中下载了makefile插件,然后c_cpp_properties.json文件就被改了,可以找一个之前可以正常跳转的工程,然后拷贝对应的json文件过来保存后重新打开工程即可。
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "D:\\vscode_new\\mingw64\\bin\\gcc.exe",
"cStandard": "c17",
"cppStandard": "gnu++14",
"intelliSenseMode": "windows-gcc-x64"
(我的此文件这个位置多了一行,删掉这一行就好了。)
}
],
"version": 4
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。