1.环境设置 设置编译python的settings.jason文件 { "python.pythonPath": "E:\\Anaconda3\\envs\\py37\\python.exe", "window.zoomLevel": 0, "python.linting.enabled": false, "remote.SSH.remotePlatform": { "server": "linux" } } 2.快捷键 代码缩进: ctrl + [ 向前缩进 ;ctrl + ] 向后缩进。 代码注释 ctrl + / 强制结束运行 ctrl + c 查看某个函数 先按ctrl再鼠标左键