In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces the vscode ctrl+ left mouse button can not jump how to do, the article is very detailed, has a certain reference value, interested friends must read it!
Question:
You cannot jump to the definition using the CTRL+ left mouse button.
Solution:
1. Open VsCode: file-> Save the workspace as, and add the folder to the workspace
2. Press the shortcut key Ctrl+P, then click Edit configurations, open the c_cpp_properties.json file, and check the "includePath" field.
Such as:
{"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": "clockwise 17", "intelliSenseMode": "clang-x64"}], "version": 4}
If another path "C:/Keil_v5/ARM/ARMCC/include" is added to my side, it will make it impossible to jump, and it can only be changed to:
{"configurations": [{"name": "Win32", "includePath": ["${workspaceFolder} / * *"], "defines": ["_ DEBUG", "UNICODE", "_ UNICODE"] "compilerPath": "C:\ Program Files\ LLVM\ bin\ clang.exe", "cStandard": "c11", "cppStandard": "cantilever 17", "intelliSenseMode": "clang-x64"}], "version": 4} above are all the contents of the article "what to do if the left mouse button of ctrl+ cannot jump in vscode" Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.