ᕕ( ᐛ )ᕗ Jimyag's Blog

cursor、vscode 插件以及配置

配置

cursor 插件栏改为纵向

workbench.activityBar.orientation 设置为 vertical

插件

语言支持

Go 语言

  1. Go ([email protected]) - 官方 Go 语言支持
  2. Go Mod Explorer ([email protected]) - Go 模块管理
  3. Tooltitude for Go ([email protected]) - Go 开发工具集

Python

  1. Python ([email protected]) - Python 支持
  2. Python Debugpy ([email protected]) - Python 调试
  3. Cursor Pyright ([email protected]) - Python 类型检查

Markdown

  1. Markdown All in One ([email protected]) - Markdown 增强工具
  2. Auto Markdown TOC ([email protected]) - 自动生成目录
  3. Markdown Mermaid ([email protected]) - Mermaid 图表支持
  4. Markdown Preview Github Styles ([email protected]) - GitHub 样式预览
  5. Markdownlint ([email protected]) - Markdown 语法检查
  6. Markdown Table ([email protected]) - Markdown 表格
  7. Markdown Paste Image ([email protected]) - Markdown 粘贴图片
  8. Markdown PDF ([email protected]) - Markdown 转 PDF
  9. Dendron Paste Image ([email protected]) - 粘贴图片

其他语言和格式

  1. YAML ([email protected]) - YAML 支持
  2. XML ([email protected]) - XML 支持
  3. Even Better TOML ([email protected]) - TOML 支持
  4. ShellCheck ([email protected]) - Shell 脚本检查
  5. Rainbow CSV ([email protected]) - CSV 高亮

代码编辑增强

  1. Better Comments ([email protected]) - 美化注释
  2. File Nesting ([email protected]) - 文件嵌套
  3. Code Spell Checker ([email protected]) - 拼写检查
  4. AutoCorrect ([email protected]) - 自动纠正

Git 相关

  1. GitLens ([email protected]) - Git 增强工具
  2. GitHub Pull Requests ([email protected]) - GitHub PR 支持

主题和图标

  1. Catppuccin ([email protected]) - Catppuccin 主题
  2. Dracula Theme ([email protected]) - Dracula 主题
  3. Material Icon Theme ([email protected]) - Material 图标主题
  4. Great Icons ([email protected]) - 文件图标

开发工具

  1. Code Runner ([email protected]) - 代码运行器
  2. Makefile Tools ([email protected]) - Makefile 工具
  3. Task ([email protected]) - Task 任务运行器
  4. WakaTime ([email protected]) - 编码时间统计

远程开发

  1. Remote Containers ([email protected]) - 远程容器支持
  2. Remote SSH ([email protected]) - 远程 SSH 支持
  3. Remote WSL ([email protected]) - WSL 支持

DevOps 工具

  1. Docker ([email protected]) - Docker 支持
  2. Kubernetes Tools ([email protected]) - Kubernetes 工具

图表和可视化

  1. PlantUML ([email protected]) - PlantUML 图表

AI 工具

  1. ChatGPT ([email protected]) - ChatGPT 集成
  2. Claude Code ([email protected]) - Claude AI 代码助手
  3. OpenCode (fwang.opencode) - OpenCode AI 编程助手,支持多种 AI 模型(Claude、GPT-4、Gemini 等),提供终端集成和 LSP 支持

本地化

  1. Chinese (Simplified) Language Pack ([email protected]) - 中文语言包

#Cursor #Vscode