Add tree view option for Git panel to display changed files in directory structure #40052
Closed
AndreyZlobin
started this conversation in
Git
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Add an option to display changed files in the Git panel as a tree structure instead of only a flat list.
Current Behavior
The Git panel currently shows all changed files as a flat list, regardless of their location in the project structure. For projects with many changed files across different directories, this makes it difficult to:
Desired Behavior
Add a toggle option in the Git panel to switch between:
Proposed Solution
Settings Option
UI Toggle
Add a button in the Git panel toolbar to switch between views on-the-fly (similar to how file icons can be toggled).
Visual Example
**Current (Flat):
Proposed (Tree):
Benefits
Use Cases
Additional Features (Optional)
Additional Context
Tree view is especially valuable for:
Beta Was this translation helpful? Give feedback.
All reactions