Open Source Coding Assistants VS CodeJetBrainsAutocompleteChatOpen Source

Continue

IDE extension that connects any LLM to your editor for autocomplete, chat, and inline editing. Fully customisable — use any model, any context source.

continuedev/continue 25.0k stars 2.7k forks Apache-2.0

Install

$Install "Continue" from VS Code Marketplace or JetBrains Marketplace

About

Continue is a VS Code / JetBrains extension that adds AI coding capabilities without locking you to any specific model or vendor. All configuration is in a local config.json file.

Context providers are the key differentiator — instead of just sending the current file, you can add GitHub issues, documentation URLs, database schemas, and terminal output as context for any chat or edit.

Getting Started

Install from the VS Code Marketplace by searching "Continue". After installation, open the Continue panel (Cmd+L) and select a model from the config dropdown.

~/.continue/config.json
# Or configure manually in ~/.continue/config.json
{
  "models": [{
    "title": "Claude Sonnet 4",
    "provider": "anthropic",
    "model": "claude-sonnet-4-5",
    "apiKey": "sk-ant-..."
  }]
}

Features

Tab autocomplete powered by any model (Claude, GPT-4o, Codestral, Ollama)
In-editor chat with full codebase context
Inline edit with Cmd+I — describe changes in natural language
Context providers: files, URLs, GitHub issues, Jira tickets, terminal output
Custom slash commands and system prompts
Model configuration via config.json — swap models without restarting
Self-hosted option — connect to local Ollama or LM Studio
Works with VS Code and all JetBrains IDEs
Open-source & self-hostable
BYO model support
VS Code & JetBrains plugins
Tab autocomplete
Codebase context retrieval
Custom slash commands

References & Links

Free Open Source · MIT
View on GitHub Visit Homepage

Project Info

Language TypeScript
License Apache-2.0
Stars 25.0k ★
Forks 2.7k
Category Coding Assistants

Topics

VS CodeJetBrainsAutocompleteChatOpen Source

Ready to try Continue?

Free and open source. Install in one command, works with Claude Code, Cursor, Windsurf, and more.

$Install "Continue" from VS Code Marketplace or JetBrains Marketplace
← Back to Marketplace