Skip to content

Continue.dev Integration

Continue.dev is a powerful open-source IDE extension that provides AI coding assistance across multiple platforms. It offers seamless integration into your development workflow with context-aware suggestions.

  • Cross-IDE Support: Works with VSCode, JetBrains, and more
  • Context-Aware Assistance: Understands your codebase
  • Multi-Provider Support: Use different AI models
  • Custom Commands: Create personalized AI workflows
  • Code Editing: Direct code modification capabilities
  • Code completion and generation as you type
  • Implementing feature requests described in natural language
  • Debugging complex issues with AI assistance
  • Refactoring and code optimization
  • Learning new frameworks through guided examples
  1. Install the Continue.dev extension

    Install the Continue.dev extension for your IDE, here we will use VSCode as an example.

  2. Open Continue.dev settings

    Open the Continue.dev settings panel and navigate to the config.json file.

  3. Edit configuration for Chat Model

    Edit the config.json file for configuration of Chat Model:

    {
    "models": [
    {
    "title": "<model name>",
    "provider": "openai",
    "model": "<model name>",
    "apiBase": "https://api.relax.ai/v1/",
    "apiKey": "your_relax_ai_api_key"
    }
    ]
    }

    Continue.dev Configuration

  4. Restart your IDE

    Restart your IDE and verify the connection.

Continue.dev offers several ways to interact with AI:

    1. Chat Panel: Ask questions and get code snippets
    2. Inline Completions: Get suggestions as you type
    3. Commands: Use /commands for specific actions
    4. Context Sharing: Automatically shares relevant files