vscode 基本使用


vscode 基本使用

  1. 设置project目录缩进
    • 英文版:File --> Preformences --> Settings
    • 中文版:文件 --> 首选项 --> 设置
    • 搜索框输入:workbench > tree
  2. vscode 选择Python解释器
    • 通过左边栏插件,搜索并安装python插件
    • 本地安装anaconda,并创建虚拟环境
    • (ctrl + shift + P)命令面板 --> python: select interpreter