You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in the Explorer view of VS Code, users have the convenient ability to fold all folders using a "Fold All" button or command. However, this functionality is missing in the Source Control (Git) tree view, making it difficult to manage large repositories with deeply nested folder structures.
Feature Request:
Please consider adding a "Fold All" button or command to the Source Control tree view, similar to what exists in the Explorer view. This would help users quickly collapse all expanded folders, improving navigation and usability when working with multiple staged changes.
Suggested Implementation:
A dedicated "Fold All" button in the Source Control header toolbar.
A command like Git: Fold All that can be mapped to a keyboard shortcut.
Support for right-click context menu options to fold/unfold specific folders.
Use Case:
When working with large projects, the ability to fold all changes at once can enhance productivity by allowing users to focus only on relevant files without excessive scrolling.
The text was updated successfully, but these errors were encountered:
Description:
Currently, in the Explorer view of VS Code, users have the convenient ability to fold all folders using a "Fold All" button or command. However, this functionality is missing in the Source Control (Git) tree view, making it difficult to manage large repositories with deeply nested folder structures.
Feature Request:
Please consider adding a "Fold All" button or command to the Source Control tree view, similar to what exists in the Explorer view. This would help users quickly collapse all expanded folders, improving navigation and usability when working with multiple staged changes.
Suggested Implementation:
A dedicated "Fold All" button in the Source Control header toolbar.
A command like Git: Fold All that can be mapped to a keyboard shortcut.
Support for right-click context menu options to fold/unfold specific folders.
Use Case:
When working with large projects, the ability to fold all changes at once can enhance productivity by allowing users to focus only on relevant files without excessive scrolling.
The text was updated successfully, but these errors were encountered: