In this categoryVS Code Setup ยท 25
- How to Set Up GitHub Copilot in VS CodeStart
- How to Use Copilot Chat and Inline Chat in VS Code
- How to Install and Manage Extensions in VS Code
- How to Install the Continue Extension in VS Code
- How to Install Cline, the Autonomous Coding Agent, in VS Code
- How to Configure Continue with an API Model
- How to Set Up an AI Assistant in VS Code
- How to Run Continue with a Local Model Using Ollama
- How to Run Copilot, Continue, and Cline Together Without Conflicts
- How to Add an MCP Server to Cline
- How to Fix AI Suggestions Not Appearing in VS Code
- How to Install and Trust an AI Extension in VS Code
- How to Install a VS Code Extension from the Command Line
- How to Create a launch.json to Debug a Node.js App in VS Code
- How to Initialize a Git Repository in VS Code
- How to Stage, Commit, and Push Changes from VS Code
- How to Debug a Browser App in VS Code with the Built-in Chrome Debugger
- How to Resolve Git Merge Conflicts in VS Code
- How to Run Build and Dev Commands with tasks.json in VS Code
- How to Add Environment Variables to a VS Code Debug Configuration
How to Install the Continue Extension in VS Code
Install Continue, the open-source AI coding assistant, and open its chat and edit panels for the first time.
Continue is an open-source AI code assistant that you can point at any model, from cloud providers to a model running on your own machine. This guide installs the extension and gets the chat, autocomplete, and edit panels visible so you are ready to connect a model in the next step.
What you need
- VS Code installed
- An internet connection for the Marketplace
- An API key or a local model (added in a later guide)
- About 5 minutes
Step 1: Install Continue from the Marketplace
Open the Extensions view, search for Continue, and install the extension published by Continue.dev. After installation, a Continue icon appears in the Activity Bar on the left.
Step 2: Open the Continue panel
Click the Continue icon in the Activity Bar to open the chat panel. On first launch it offers a quick onboarding where you can sign in, pick a starter model, or skip to configure it yourself. You can drag the panel to the right side or the bottom to suit your layout.
Step 3: Learn the three modes
Continue has three core actions. Chat answers questions in the side panel. Edit, opened with Ctrl+I or Cmd+I over a selection, rewrites code in place. Autocomplete shows inline suggestions as you type, similar to Copilot. Each can use a different model if you want.
- Chat: ask questions and get explanations in the side panel
- Edit: select code, press Cmd+I or Ctrl+I, describe the change
- Autocomplete: inline ghost text suggestions while typing
Step 4: Open the config file
Continue stores its setup in a config file in your home folder under the .continue directory. Open the Continue panel, click the gear icon, and choose the option to edit the config. Recent versions use a YAML file; this is where you will add models in the next guide.
Result
Continue is installed, the panel is open, and you know where its config lives. The assistant cannot do much until you connect a model, which is the focus of the next guide.
Watch related tutorials
10:00
14:00
13:05
6:41
08:00
14:00New guides in your inbox
Fresh step-by-step how-to guides as we publish them. One email a week, no more.