Continue
- coding-agent
⏩ Create, share, and use custom AI code assistants with our open-source IDE extensions and hub of models, rules, prompts, docs, and other building blocks
About
What is Continue?
Continue is an open-source tool that enables developers to create, share, and use custom AI code assistants. It provides extensions for VS Code and JetBrains, along with a hub of models, rules, prompts, docs, and other building blocks.
How to use Continue?
Install the Continue extension from the VS Code Marketplace or JetBrains plugin repository. Then configure models, rules, and prompts through the Continue hub or local configuration. For detailed steps, refer to the getting started guide at continue.dev/docs/getting-started/install.
Key features of Continue
- Agent for making substantial codebase changes
- Chat for asking an LLM for help without leaving the IDE
- Autocomplete for inline code suggestions as you type
- Edit for convenient code modification within your current file
- Open-source under Apache 2.0 license
Use cases of Continue
- Creating a custom AI code assistant tailored to your team’s stack and conventions
- Asking for context-aware code help via chat while staying in your editor
- Receiving inline code suggestions as you type to speed up development
- Quickly modifying code using the Edit feature without switching context
- Sharing and reusing models, rules, and prompts from the Continue hub
FAQ from Continue
Is Continue free to use?
Yes, Continue is open-source and licensed under Apache 2.0.
Which IDEs does Continue support?
Continue offers extensions for VS Code and JetBrains.
How is Continue different from other AI coding tools?
Continue is fully open-source and provides a hub of models, rules, prompts, and docs, allowing you to build customized AI code assistants that can be shared and reused.
Details
- Author
- continuedev
- GitHub stars
- 26,661
- Category
- coding-agent
- Repository
- continuedev/continue
<div align="center">
</div>
<h1 align="center">Continue</h1>
<div align="center">
Continue enables developers to create, share, and use custom AI code assistants with our
open-source VS Code
and JetBrains extensions
and hub of models, rules, prompts, docs, and other building blocks
</div>
<div align="center">
<a target="_blank" href="https://opensource.org/licenses/Apache-2.0" style="background:none">
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" style="height: 22px;" />
</a>
<a target="_blank" href="https://docs.continue.dev" style="background:none">
<img src="https://img.shields.io/badge/continue_docs-%23BE1B55" style="height: 22px;" />
</a>
<a target="_blank" href="https://changelog.continue.dev" style="background:none">
<img src="https://img.shields.io/badge/changelog-%96EFF3" style="height: 22px;" />
</a>
<a target="_blank" href="https://discord.gg/vapESyrFmJ" style="background:none">
<img src="https://img.shields.io/badge/discord-join-continue.svg?labelColor=191937&color=6F6FF7&logo=discord" style="height: 22px;" />
</a>
<p></p>
Agent
Agent enables you to make more substantial changes to your codebase
Chat
Chat makes it easy to ask for help from an LLM without needing to leave
the IDE
Autocomplete
Autocomplete provides inline code suggestions as you type
Edit
Edit is a convenient way to modify code without leaving your current
file
</div>
Getting Started
Learn about how to install and use Continue in the docs here
Contributing
Read the contributing guide, and
join #contribute on Discord.