How Edit Functionality Works
When you start an edit session, Continue:- Gathers Context: Uses the highlighted code and the current file contents
- Prompts the Model: Sends the gathered context and your input instructions to the model
- Applies Changes: The model response is then streamed directly back to the highlighted range in your code, where we apply a diff formatting to show the proposed changes.
Looking for AI that predicts your next edit? Check out Next Edit, an experimental feature that proactively suggests code changes before you even start typing, going beyond traditional autocomplete to anticipate entire code modifications.