安装
VSCode下载地址 https://code.visualstudio.com/Download
下载完后,双击安装即可
配置python插件
配置Python解释器
运行Python程序
快捷键
VSCode 打开和隐藏终端 ctrl + ~
全局搜索(侧边栏文件中) ctrl + shift + F
查找 ctrl + F
替换 ctrl + H
Visual Studio Code可以通过以下快捷键 格式化代码:
安装autopep8 pip install autopep8
- On Windows Shift + Alt + F
- On Mac Shift + Option + F
- On Ubuntu Ctrl + Shift + I