Keep files open in IDE after edits + navigate to line references
Resolved 💬 3 comments Opened Feb 19, 2026 by Manasi25 Closed Feb 23, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
Summary
Two related IDE integration improvements for a better code review workflow:
- Files close immediately after approving edits - When Claude edits a file and I approve the change, the file opens briefly then closes. I'd like edited files to stay open so I can review the changes in my
editor's full context.
- Line references only display in terminal - When Claude references code like src/auth.ts:42, this only appears as text in the terminal. It would be helpful if clicking or selecting these references navigated to
that line in the IDE.
Current Behavior
- Edit a file → approve → file flashes open → file closes
- Line numbers appear in terminal output but don't link to IDE
Proposed Solution
Desired Behavior
- After edit approval: File remains open in IDE, cursor positioned at the changed lines
- Line references: Clickable links that open the file at the specified line in VS Code/JetBrains
Alternative Solutions
_No response_
Priority
Medium - Would be very helpful
Feature Category
CLI commands and flags
Use Case Example
Use Case
When reviewing Claude's changes across multiple files, I want to:
- See edits in full file context without re-opening manually
- Quickly jump to referenced code during discussion
- Compare changes against surrounding code in my familiar editor environment
Additional Context
Environment
- VS Code (also relevant for JetBrains)
- Claude Code CLI + VS Code extension
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗