claude-code - 💡(How to fix) Fix [FEATURE] Show relative path instead of filename in VS Code Extension [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#52969Fetched 2026-04-25 06:15:56
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Participants
Timeline (top)
labeled ×3
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Whenever Claude Code edits files when using the VS code extension, it only shows the file name of the edited file, instead of a full relative path. For people that want to have some control of the changes made, its hard to keep track of which file is being edited, specially in codebases like TS that have many files with the same name (index, route, etc).

I know that you can click it to view the full path but when its lots of changes it becomes annoying to have to click each time (1 click to open, another to close).

Proposed Solution

A setting that allows toggling full relative path vs only file name when claude makes edits.

Alternative Solutions

No setting, simply change the default

Priority

Low - Nice to have

Feature Category

Developer tools/SDK

Use Case Example

Its nice to know which exact file is being changed by claude to have more intuitive context.

Additional Context

No response

extent analysis

TL;DR

Implement a setting to toggle between displaying full relative paths and file names for edited files in the VS code extension.

Guidance

  • Consider adding a configuration option to the VS code extension to allow users to choose between full relative paths and file names.
  • When designing the setting, take into account the trade-off between conciseness and informativeness, as some users may prefer the brevity of file names.
  • To verify the effectiveness of the solution, test the extension with various codebases, including those with multiple files having the same name.
  • Evaluate the impact of the new setting on the overall user experience, considering factors like usability and performance.

Example

No code example is provided as the issue focuses on a feature request rather than a specific implementation detail.

Notes

The proposed solution assumes that the technical feasibility of displaying full relative paths is not a significant concern, given the existing ability to view the full path by clicking on the file name.

Recommendation

Apply workaround: Implement the proposed setting to toggle between full relative paths and file names, as it provides users with more control over the information displayed, addressing the core issue without requiring a fundamental change to the extension's default behavior.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Show relative path instead of filename in VS Code Extension [1 participants]