一、快捷键在哪设置
ctrl k + ctrl s = 打开快捷键一览表。
二、python无法函数提示和函数跳转
需要设置语言服务器,ctrl+shift+p 打开配置文件,添加
"python.languageServer": "Pylance"
vscode 常用记录
阅读 79
2022-01-22
一、快捷键在哪设置
ctrl k + ctrl s = 打开快捷键一览表。
二、python无法函数提示和函数跳转
需要设置语言服务器,ctrl+shift+p 打开配置文件,添加
"python.languageServer": "Pylance"
相关推荐
精彩评论(0)