Feature Suggestion: Highlight Current File in File Tree While Scrolling in "Files changed" Tab #159903
Replies: 2 comments
-
|
Yes please. Current situation makes reviewing large PRs really cognitively taxing, because it's easy to scroll too far, and get into the next file's changes without realising that you're in a different place now. I wish we could turn off the single-page PR view, and use navigation to jump between files. But short of that, navigation should always update to show which file is currently in the viewport. This feels like a bug not a feature. |
Beta Was this translation helpful? Give feedback.
-
|
Huge missing feature, feels insane coming from Bitbucket where code reviews have all this quality-of-life stuff. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
Context
When reviewing a pull request with many file changes, the "Files changed" tab shows the filename of the file currently being viewed at the top of the main pane. This is helpful for orientation.
However, the file list sidebar on the left does not visually indicate which file is currently in view while scrolling.
Suggested Improvement
As a reviewer scrolls through the diff, it would be very helpful if:
Why This Matters
This would make it easier to:
Inspiration
This pattern is used in tools like IDEs (e.g., VS Code) and documentation platforms, where the active section or file is highlighted in the navigation sidebar.
Bonus (Optional Enhancement)
Would love to hear if this is already possible or if it could be considered for a future UI update!
Beta Was this translation helpful? Give feedback.
All reactions