Continue.dev
Continue is an open-source AI code assistant that integrates directly into VS Code and JetBrains IDEs.
Features
- Inline code completion
- Chat with AI about your codebase
- Code refactoring and generation
- Multi-model support
Installation
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X) - Search for Continue
- Click Install
Configuration with NewtCode
- Open Continue settings (click the gear icon in the Continue panel)
- Edit
config.jsonand add:
json
{
"models": [
{
"title": "Claude Sonnet (NewtCode)",
"provider": "openai",
"model": "claude-sonnet-4-20250514",
"apiBase": "https://newtcode.cc/v1",
"apiKey": "your_api_key_here"
}
]
}- Save the file and restart Continue
TIP
You can add multiple models to switch between them in the Continue panel.