VSCode使用教程

通用

# 打开Settings
Ctrl+,
# 打开Command Palette
Ctrl+Shift+P
# 搜索文件
Ctrl+P
# 打开终端
Ctrl+`
# 打开Git
Ctrl+Shift+G
# 打开一个项目
Ctrl+O
# 格式化代码
Shift + Alt + F

Python相关

# 创建Python environment
# 1.打开Command Palette
Ctrl+Shift+P
# 2.输入
Create Environment
# 选择interpreter
Select the interpreter

# F5 run with the debugger
# 探索更多python使用方法请在command palette中输入python

今天先把Welcome页面的教程过了一遍。后续随用随更新吧。

posted @ 2024-07-19 16:38  Leith14  阅读(51)  评论(0)    收藏  举报