Setup Continue.dev AI Autocomplete in VS Code
Add AI autocomplete, inline editing, and chat to VS Code using free local or API models.
0 of 6 steps complete
What is Continue.dev?
Continue is a free, open-source VS Code extension that adds GitHub Copilot-style AI features to your editor — powered by any model you choose, including free local Ollama models.
Features
- ✅ Autocomplete as you type
- ✅ Chat with your codebase
- ✅ Inline edits (select code → ask AI to fix/rewrite it)
- ✅ Works with Ollama, OpenRouter, Claude, and more
- ✅ 100% free and open source
Install VS Code
If you don't have VS Code, download it from code.visualstudio.com.
Install the version for your operating system (Windows, Mac, or Linux). It's free.
Install the Continue Extension
connect to any provider Openai,anthropics,gemini
Connect to Ollama (Free Local Option)
Connect to OpenRouter (Free API Option)
Use Autocomplete and Chat
AI models related to this guide
Gemini 1.5 Pro model profile
Google's most capable model with a massive 1M token context window. Excellent for document analysis and long-context reasoning.
Llama 3.1 70B model profile
Meta's powerful open-source model. Runs locally with strong coding and reasoning. Requires 32GB RAM for smooth inference.
Qwen 2.5 Coder 7B model profile
Alibaba's specialized coding model. Outperforms GPT-4o on many coding benchmarks while running locally on 16GB RAM.
DeepSeek R1 model profile
Open-source reasoning model that rivals o1 performance. Free via API with exceptional math, logic, and coding capabilities.
Related AI setup guides
Use Hugging Face Free Inference API
Access thousands of open-source AI models through Hugging Face's free serverless Inference API.
Local ModelsRun DeepSeek Coder Locally with Ollama
DeepSeek is one of the world's best free coding AIs. Run it 100% offline on your PC in under 10 minutes.
AI Coding AssistantsInstall Claude Code Using OpenRouter (Free)
Get Claude Code running for free in minutes using OpenRouter's generous free-tier models. No Anthropic account needed.
Development Tools9 Git Commands Every Developer Should Know
Learn nine practical Git commands for saving work, undoing commits, inspecting changes, tracing bugs, and recovering lost history.