VS Code 好用的插件

基础插件:

  • 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++:必装。包含语法突出显示、代码智能补全、错误检查等基本功能。
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容