-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 'Collapse All' to Explorer panel #34972
Comments
You have my +1, but I'd +100 this if I could! In order to reduce this clutter, all the extension items should be collapsed by default, and only expanded to a reasonable size if they have some content to show. In my case they're most empty and taking space from my file tree. Their current size should be stored somewhere in the settings, and able to be overridden for the current workspace. |
@cristim Please try the latest insiders here - https://code.visualstudio.com/insiders. There was a bug (regression) that is by default opening custom views in a new workspace #36134. This got fixed in insiders. Please try out. |
Thanks @sandy081, good to know it was already addressed. I'm going to wait for the next release, the insiders won't be in sync with my normal vscode and I would rather wait than port all my settings to it. |
@sandy081 when is next release solving this issue planned? |
It would be great to be able to Collapse All at any point in the file tree to collapse folders. Helpful when I'm cleaning up between tasks. Use this feature all the time in VS'17. |
Currently we have performance issues with Collapse all action on a tree and we are working on a new tree implementation which is more performant. I will add this support after this. |
on a small screen it is possible to work only with one expanded panel at a time. |
Up until recently, the keyboard shortcut |
There are quite a lot of improvements added after this issue was created. Improved views management, introduced view custom containers and views can control their initial visibility. Please revalidate this request with latest release and create a new issue for new improvements. |
Now that the Explorer panel allows for extensions to add their own items, it can get quite cluttered, showing for example, open files, project files, code outline, git log, bookmarks, Docker containers, etc, etc.
It would be helpful to have a Collapse All button at the top of this list (or wherever is deemed appropriate), along with Collapse Other buttons on each section, to quickly de-clutter this view.
The text was updated successfully, but these errors were encountered: