赞
踩
vscode中ctrl+鼠标左键不能跳转,就会,文件,教程,工作,跳转
vscode中ctrl+鼠标左键不能跳转
易采站长站,站长之家为您整理了vscode中ctrl+鼠标左键不能跳转的相关内容。
问题:
使用CTRL+鼠标左键无法跳转到定义。
解决方法:
1、打开VsCode: 文件 -> 将工作区另存为,,将文件夹添加到工作区
2、按快捷键Ctrl+P,之后点击Edit configurations,打开c_cpp_properties.json文件,检查 "includePath" 字段。。
如:{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**", "C:/Keil_v5/ARM/ARMCC/include" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "compilerPath": "C:\\\\Program Files\\\\LLVM\\\\bin\\\\clang.exe", "cStandard": "c11", "cppStandard": "c++17", "intelliSenseMode": "clang-x64" } ], "version": 4}
我这边
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。