-
Notifications
You must be signed in to change notification settings - Fork 641
Feature request: Reveal file in sidebar on Ctrl+Click #9010
Copy link
Copy link
Open
Labels
ai:ready-to-specIndicates that an issue has been marked as ready-to-spec by an automated agent.Indicates that an issue has been marked as ready-to-spec by an automated agent.area:searchGlobal search, command palette, and content discovery.Global search, command palette, and content discovery.area:search-workspaceGlobal search, file tree, workspace navigation, and command-palette discovery.Global search, file tree, workspace navigation, and command-palette discovery.area:shell-terminalTerminal input/output, shell integration, prompt behavior, and block rendering.Terminal input/output, shell integration, prompt behavior, and block rendering.enhancementNew feature or request.New feature or request.os:windowsWindows-specific behavior, regressions, or requests.Windows-specific behavior, regressions, or requests.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Metadata
Metadata
Assignees
Labels
ai:ready-to-specIndicates that an issue has been marked as ready-to-spec by an automated agent.Indicates that an issue has been marked as ready-to-spec by an automated agent.area:searchGlobal search, command palette, and content discovery.Global search, command palette, and content discovery.area:search-workspaceGlobal search, file tree, workspace navigation, and command-palette discovery.Global search, file tree, workspace navigation, and command-palette discovery.area:shell-terminalTerminal input/output, shell integration, prompt behavior, and block rendering.Terminal input/output, shell integration, prompt behavior, and block rendering.enhancementNew feature or request.New feature or request.os:windowsWindows-specific behavior, regressions, or requests.Windows-specific behavior, regressions, or requests.triagedIssue has received an initial automated triage pass.Issue has received an initial automated triage pass.
Feature Request
When Ctrl+Clicking a file path in the terminal output (e.g. from Claude Code or any CLI tool that prints file paths), the file explorer sidebar should highlight/reveal that file in the tree, similar to how VS Code and Cursor handle "Reveal in Explorer".
Current Behavior
Expected Behavior
Why This Matters
When working with AI coding tools like Claude Code, file paths are constantly printed in the output. Being able to see where a file sits in the directory tree (its siblings, parent folders) provides important context without needing to manually navigate the sidebar.
This is a standard behavior in VS Code, Cursor, and other editors ("Reveal in Side Bar") and would make Warp's file explorer significantly more useful.
Environment