ContinueContinue is the open-source autopilot for software development—an IDE extension that brings the power of ChatGPT to VS Code and JetBrains Task, not tab, auto-completeGet possible explanationsAsk Continue about a part of your code to get another perspective
Edit in natural languageHighlight a section of code and instruct Continue to refactor it
Generate files from scratchOpen a blank file and let Continue start new Python scripts, React components, etc.
Getting StartedBy default, Continue uses GPT-4 and GPT-3.5-turbo via the OpenAI API. You can adjust the config to use different LLMs, including local, private models. Read more here. To see the keyboard shortcuts offered by Continue, see the "Feature Contributions" tab above. TroubleshootingThe Continue VS Code extension is currently in beta. It will attempt to start the Continue Python server locally for you, but sometimes this will fail, causing the "Starting Continue server..." not to disappear, or other hangups. While we are working on fixes to all of these problems, read here for common solutions: Continue ServerThe Continue server is a Python server that runs locally on your computer allowing complete privacy. It handles indexing the codebase, constructing prompts, storing and loading configuration, and more. To allow quick startup times, the server will run on your computer in the background, even while not using Continue. If you'd like to stop the server yourself, the process runs on port 65432, and also depends on an instance of Meilisearch running on port 7700. License |