Continue
Continue is the leading open-source AI code assistant.
You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains IDEs.
Chat
Chat makes it easy to ask for help from an LLM without needing to leave the IDE.
You send it a task, including any relevant information, and it replies with the text / code most likely to complete the task. If it does not give you what you want, then you can send follow up messages to clarify and adjust its approach until the task is completed.
Autocomplete
Autocomplete provides inline code suggestions as you type.
To enable it, simply click the "Continue" button in the status bar at the bottom right of your IDE or ensure the "Enable Tab Autocomplete" option is checked in your IDE settings.
Edit
Edit is a convenient way to modify code without leaving your current file.
Highlight a block of code, describe your code changes, and a diff will be streamed inline to your file which you can accept or reject.
Actions
Actions are shortcuts for common use cases.
For example, you might want to review code, write tests, or add a docstring.
Nathan Spotten
YesterdayHad bugs but fixed them. best AI plugin out there for customizability like choosing your own model.