Mac中,之前用VSCode是可以正常通过:
Command+鼠标左键点击某个函数,实现跳转到函数定义的地方的:
-》
但是现在:
Command+鼠标点击 无法跳转了
vscode command click go to definition not working
试试F12,没用
右键看看
也没有 跳转到定义 之类的功能
此处自己的
.vscode/settings.json
并没有:
“editor.multiCursorModifier”: “ctrlCmd”.
此处版本:
Visual Studio Code
版本: 1.42.1 提交: c47d83b293181d9be64f27ff093689e8e7aed054 日期: 2020-02-11T14:44:27.652Z Electron: 6.1.6 Chrome: 76.0.3809.146 Node.js: 12.4.0 V8: 7.6.303.31-electron.0 OS: Darwin x64 19.2.0
去看看是否有新版更新
去 命令面板中
也搜不到
go to definition
If a language supports it, you can go to the definition of a symbol by pressing F12.
If you press Ctrl and hover over a symbol, a preview of the declaration will appear:
Tip: You can jump to the definition with Ctrl+Click or open the definition to the side with Ctrl+Alt+Click.
->看来是:此处Python插件的问题了
-》正常Python插件是支持的
去看看当前Python插件,发现:
【已解决】Mac中VSCode的extension扩展中无法显示和安装插件
但是此处问题依旧:
Command+Click
Alt+Click
都还是没法跳转定义
重新:卸载再安装了 Python插件
问题依旧。
暂时懒得深究了。
有空再说。
转载请注明:在路上 » 【未解决】VSCode中Command+鼠标点击无法函数跳转