VSCode

来自牛奶河Wiki
阿奔讨论 | 贡献2025年3月5日 (三) 10:16的版本 →‎VSIX
跳到导航 跳到搜索

Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET). Begin your journey with VS Code with these introductory videos.

Visual Studio Code 是一个轻量级但功能强大的源代码编辑器,可在您的桌面上运行,可用于 Windows,macOS 和 Linux。它内置了对 JavaScript,TypeScript 和 Node 的支持 .js 并具有针对其他语言和运行时(如C++,C#,Java,Python,PHP,Go,.NET)的丰富扩展生态系统。通过这些介绍性视频开始您的 VS Code 之旅。(由:Bing翻译 提供)

Setup

Windows: Ctrl = Mac: Command

Download

设置成中文

  1. Ctrl+Shift+P
  2. configure language

远程开发配置

  • 扩展按钮(左侧,或:Ctrl+Shift+X)
  • Remote Development
  • 增加 SSH
    • Host mc1     HostName mc1     User bi
    • 在 .ssh 目录下增加 id_rsa
  • 扩展按钮(左侧)
    • Python Test

VSIX

Extensions(Ctrl+Shift+X) -> ...(右上角) -> Install From VSIX...

Plugin

Continue

使用 Continue 进行 AI 辅助代码编写。

OpenRouter 可配置使用免费模型,需要 OpenRouter API Key。

配置文件与用户相关,故可与 IntelliJ IDEA 共用,参考:Continue

Cline

Cline 是一款集成于 VSCode 的 AI 编程助手,通过智能化手段提升开发效率。它不仅能够实时检查语法错误,还能根据用户需求快速生成或修改代码文件,支持多种编程语言。此外,Cline 还可以通过无头浏览器启动网站,进行交互操作并捕获日志,助力调试和优化。

Cline 支持多语言模型,根据需求选择免费或付费的模型。支持通过 @url、@problems、@file 和 @folder 等指令添加上下文信息,优化任务处理。

配置使用:VSCode 侧边栏中的 Cline 图标

配置 OpenRouter 免费模型会出现禁止计算机上使用提示,非付费用户不要使用。