-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
chat-agent-editingfeature-requestRequest for new features or functionalityRequest for new features or functionalityverifiedVerification succeededVerification succeeded
Description
Feature Request: Option to disable auto “Jump to next edit” after approving a Copilot/AI edit
Summary
When reviewing Copilot/AI-generated edits (e.g., inline edits / next edit suggestions / agent edits), VS Code automatically moves focus (or scrolls/jumps) to the next edit after I approve/keep the current edit. I want an option to disable this automatic jump, so that approving an edit only applies it and leaves my cursor/viewport where it is.
Why this is needed
Auto-jumping is disruptive in review workflows where I want to:
- re-read the surrounding context after applying the change
- make a small manual adjustment near the applied edit
- decide when to move to the next edit (keyboard-driven review)
- avoid losing my place in the file when multiple edits exist
Proposed behavior
Add a setting to control what happens after approving/keeping an AI edit, for example:
- Default (current): after approval, automatically jump to the next edit
- New option: after approval, do not jump; keep cursor/scroll position unchanged
- (Optional future extension, but not required for this request): allow choosing among:
- stay
- jump to next edit in same file
- jump to next edit in workspace
Additional notes
- Searched: https://github.com/microsoft/vscode/issues?q=is%3Aissue+%22next+edit%22+OR+%22jump+to+next+edit%22
- If there is an existing setting/command to control this, I couldn’t find it. I looked for settings related to “next edit”, “jump”, “approve”, “keep”, “inline edits”, but didn’t find a toggle for post-approval navigation.
Reactions are currently unavailable
Metadata
Metadata
Labels
chat-agent-editingfeature-requestRequest for new features or functionalityRequest for new features or functionalityverifiedVerification succeededVerification succeeded