← Back to all projects

Continue

Bring-your-own-model assistant for VS Code and JetBrains

OfficialApache-2.0
Stars
35.5k
Forks
5.2k
Open issues
942
Last commit
15 Aug 2026

Overview

Autocomplete, chat and edits driven by whichever model you point it at, including one running on your own hardware. That makes it one of the few realistic options where code cannot leave the building. Configuration is more involved than the hosted alternatives — the price of that flexibility.

What can you do with Continue?

  • Install the VS Code extension or the CLIThe extension installs from the Marketplace or OpenVSX and the terminal agent is the @continuedev/cli package on npm, both carrying the final 2.0.0 build.
  • Take the CLI over the JetBrains pluginThe plugin is distributed through GitHub Releases, but the README recommends using the Continue CLI instead of it, so on IntelliJ-family IDEs the terminal agent is the path the maintainers point at.
  • Run it with no telemetryThe final 2.0.0 release removed anonymous telemetry and pulled out authentication, so the agent runs without an account or a sign-in step.
  • Fork it to go past 2.0.0continuedev/continue is read-only and no longer actively maintained, and the source for each surface sits in extensions/vscode, extensions/cli and extensions/intellij under Apache-2.0, so any further fix has to come from a fork.

Documentation

Reproduced from the continuedev/continue README, published under Apache-2.0. Read the original ↗

What is Continue?

Note: The continuedev/continue repository is no longer actively maintained and is read-only for all users.

Continue is a coding agent available as a CLI, VS Code extension, and JetBrains plugin.

Documentation

To learn how to configure Continue, how it works, and how to customize it, check out the Continue Docs.

Final 2.0.0 Release

We polished Continue and did a final 2.0.0 release of the VS Code extension, CLI, and JetBrains plugin.

This included removing anonymous telemetry, pulling out authentication, squashing bugs, and more.

VS Code

CLI

JetBrains

Note: We recommend using the Continue CLI instead of the JetBrains plugin.

Code friends