Next Edit is currently an experimental feature. It requires
Instinct or Mercury Coder
model configured in
your Continue autocomplete settings and is not yet available for JetBrains
use.
What is Next Edit?
Next Edit is an advanced AI-powered code prediction feature that anticipates what changes you’ll make next in your code. Unlike traditional autocomplete that reacts to your typing, Next Edit proactively analyzes your recent edits and coding patterns to suggest entire code modifications before you even start typing. Think of it as having an AI pair programmer that understands your coding flow and suggests the logical next step in your development process.How Next Edit Works
The Prediction Process
- Context Analysis: Captures your current cursor position and recent edit history
- Pattern Recognition: Analyzes your coding patterns and the surrounding code context
- Next Step Prediction: Uses specialized AI models to predict what you’ll likely change next
- Visual Presentation: Shows predictions as diff overlays rather than simple text completions
- Interactive Review: Lets you accept (Tab) or reject (Esc) the suggested changes
- Jump to Next Edit Location: Lets you jump (Tab) to the next edit location or reject (Esc)
Intelligent Triggering
Next Edit activates automatically when:- You finish making a code change
- The AI detects a logical continuation point
- Specialized next-edit models are available
- The current context suggests a predictable next step
Next Edit vs Traditional Autocomplete
Prediction Scope
Prediction Scope
Autocomplete: Completes the current line or statement you’re typingNext Edit: Predicts entire code modifications across multiple lines
User Interaction
User Interaction
Autocomplete: Shows ghost text at your cursor positionNext Edit: Displays diff overlays showing before/after changes, while also displaying ghost text if the change is purely additive.
Timing
Timing
Autocomplete: Reactive - responds to what you’re currently typingNext Edit: Proactive - anticipates what you’ll do next
Context Awareness
Context Awareness
Autocomplete: Focuses on immediate code completionNext Edit: Analyzes recent edit patterns and broader code context
How to Use Next Edit
Prerequisites
Next Edit requires:- Compatible AI models (Mercury Coder or Instinct)
- Continue development team access
- VS Code (JetBrains support coming soon)
- API Keys: Organizations can add API keys to org secrets for team-wide access. Individual users need to provide their own API keys in their model configuration
To use Next Edit, you must have the Instinct or Mercury Coder model configured
in your Continue autocomplete model settings. This model is specifically
designed for next edit predictions. Once it’s been loaded, you must reload VS
Code to activate it.

Using Next Edit Predictions
1
Make a Code Change
Edit your code normally. Next Edit will analyze your change patterns.
2
Review Predictions
When Next Edit activates, you’ll see a diff overlay showing predicted changes
in an editable region.
3
Accept or Reject
- Tab: Accept the prediction and apply changes - Esc: Reject the prediction and continue coding normally
4
Continue Coding
If accepted, your cursor moves to the last changed line. If rejected, your
workflow continues uninterrupted.
What are the Model Requirements for Next Edit?
Specialized Models
Next Edit requires AI models specifically trained for code prediction:- Mercury Coder: Primary model optimized for next edit prediction
- Instinct: The leading open Next Edit model, trained by Continue
Automatic Detection
Continue automatically enables Next Edit when:- Your configured autocomplete model supports next edit capabilities
- You have development team access permissions
- The current code context suggests predictable next steps
Best Practices
Trust the Process
Let Next Edit observe your coding patterns for a few editing sessions before expecting highly accurate predictions.
Review Carefully
Always review suggested changes before accepting, especially for complex logic
modifications.
Provide Feedback
Have feedback? We want to hear it. Add your thoughts to our feedback
discussions
to help us improve.
Combine with Other Features
Use Next Edit alongside Continue’s Chat and Agent modes for comprehensive AI-assisted development.
Next Edit represents Continue’s vision for proactive AI coding assistance that anticipates developer needs rather than just reacting to input. As this feature evolves, it will become a powerful tool for accelerating development workflows and reducing repetitive coding tasks.