Skills2026年4月6日·1 分钟阅读

Continue — Open-Source AI Code Assistant for IDEs

Open-source AI code assistant for VS Code and JetBrains. Connect any LLM model, use autocomplete, chat, and inline edits. Fully customizable with your own models and context. 22,000+ stars.

介绍

Continue is an open-source AI code assistant for VS Code and JetBrains, with 22,000+ GitHub stars. Connect any LLM (Claude, GPT-4, Gemini, local models) for chat, autocomplete, and inline editing. Fully customizable with custom context providers and commands. Ideal for developers who want full control over their AI coding assistant without vendor lock-in.


Quick Use

  1. Install "Continue" from the VS Code extension marketplace
  2. Open the sidebar (Ctrl+L)
  3. Configure a model:
{
  "models": [{
    "title": "Claude Sonnet",
    "provider": "anthropic",
    "model": "claude-sonnet-4-20250514",
    "apiKey": "sk-ant-..."
  }]
}

Intro

Continue is an open-source AI code assistant for VS Code and JetBrains, with 22,000+ GitHub stars. Connect any LLM (Claude, GPT-4, Gemini, local models) for chat, autocomplete, and inline editing. Fully customizable with custom context providers and commands. Ideal for developers who want full control over their AI coding assistant without vendor lock-in.


Source & Thanks

Created by Continue. Licensed under Apache 2.0.

continue — ⭐ 22,000+

🙏

来源与感谢

Created by Continue. Licensed under Apache 2.0.

continue — ⭐ 22,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产