microsoft / vscode-dotnettools

This is a feedback repository to capture issues logged for the C# Dev Kit and related extensions from Visual Studio Code
Other
208 stars 7 forks source link

[SUGGESTION] Being able to collapse all folders in solution view in C# DevKit #612

Open svdbrg opened 9 months ago

svdbrg commented 9 months ago

Describe the feature you'd like

As a user who's been working with VS Code for a while, I've gotten used to collapsing all folders in folder view. Would be nice to have that available in Solution View as well.

Alternatives considered

N/A

Environment Information

OS: Windows 11 VS Code Version: 1.83.1 Extension Version: v0.6.3

timheuer commented 7 months ago

Thanks for the suggestion @svdbrg! I also use this in the default explorer view a lot.

For the Solution Explorer view if we added the collapse all: image

In a solution with many projects, what would you expect to see? Collapse only to the projects? Option A: image

Or fully emulating what VS Code Explorer does and collapses anything that is collapsable? Option B: image

svdbrg commented 7 months ago

@timheuer Thanks for looking into this :D I'd expect option A; collapsing all projects but not the solution itself.

mkorsukov commented 3 weeks ago

Totally agree, it's a must have feature!