基础插件:
- Python, Pylance, Jupyter: 必装。安装Python插件后会自动安装后两个插件
- autopep8: python代码格式化
- autoDocstring - Python Docstring Generator:docstrings自动生成
- GitLens: Git blame annotations
- indent-rainbow :make indentation more readable. 建议切换为light模式
- vscode-icons 或 Material Icon Theme:icon主题 (后者好一些)
- Partial diff: 代码比较
- Rainbow CSV: Highlight CSV and TSV files
- Remote Development: 远程开发
AI插件:
- Tabnine:自动补全,代码辅助
- GitHub Copilot:代码辅助
- Codeium:代码辅助(免费)
- IntelliCode Completions : 自动补全(inline)
- IntelliCode:代码辅助
其他可选插件:
- shell-format : shell脚本格式化
- ShellCheck: shell语法错误提示
- Excel Viewer:可视化查看csv和excel文件
C++ 插件
- C/C++:必装。包含语法突出显示、代码智能补全、错误检查等基本功能。