• 2020-02-10
vscode无法跳转到定义怎么办

vscode无法跳转到定义的解决方法是:1、首先打开settings.json文件;2、然后添加代码,如【"python.jediEnabled": false】,如果打开的是c/......

11