Skip to content

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

  1. Open VS Code
  2. Go to Extensions (Ctrl+Shift+X)
  3. Search for Continue
  4. Click Install

Configuration with NewtCode

  1. Open Continue settings (click the gear icon in the Continue panel)
  2. Edit config.json and add:
json
{
  "models": [
    {
      "title": "Claude Sonnet (NewtCode)",
      "provider": "openai",
      "model": "claude-sonnet-4-20250514",
      "apiBase": "https://newtcode.cc/v1",
      "apiKey": "your_api_key_here"
    }
  ]
}
  1. Save the file and restart Continue

TIP

You can add multiple models to switch between them in the Continue panel.

Powered by NewtCode