Skip to content

Visual Studio Code 安装教程

📥 下载安装

所有系统通用

  1. 访问:https://code.visualstudio.com/
  2. 点击大蓝色的"Download"按钮
  3. 运行下载的安装包
  4. 安装时建议勾选:
    • 添加到PATH
    • 创建桌面图标
    • 添加右键菜单

✅ 验证安装

  1. 启动 VS Code
  2. Ctrl+Shift+X 打开扩展商店
  3. 搜索并安装中文语言包:Chinese (Simplified)
  4. 重启 VS Code

⚙️ 推荐插件

安装开发必需的插件:

  • Go - Go语言支持
  • Vue Language Features (Volar) - Vue3支持
  • GitLens - Git增强
  • Prettier - 代码格式化

🎯 下一步

安装 Apifox →

基于 Apache-2.0 许可发布