VS Code 好用的插件 (python)

  • Python, Pylance, Jupyter: 安装Python插件后会自动安装后两个插件
  • indent-rainbow :make indentation more readable. 建议切换为light模式
  • Rainbow CSV: Highlight CSV and TSV files
  • autoDocstring - Python Docstring Generator:docstrings自动生成
  • Checkpoints:手动添加文件检查点;有diff功能. (此插件常加载失败,且不知ckpt保存路径)
  • GitLens: Git blame annotations
  • Partial diff: code comparision
  • tabnine 或 IntelliCode Completions : 自动补全(inline)
  • shell-format : shell脚本格式化
  • ShellCheck: shell语法错误提示
  • vscode-icons 或 Material Icon Theme:icon主题

其他值得尝试

  • GitHub Copilot / Codeium(免费)
  • ChatGPT
  • Docker
  • vim

你可能感兴趣的:(VS Code 好用的插件 (python))