Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Collapse projects in Solution Explorer

How can I collapse / expand all projects in Solution Explore using keyboard?

like image 992
Vadim Avatar asked Apr 28 '09 13:04

Vadim


People also ask

How do I collapse all projects in Visual Studio 2017?

Here's how to assign a keyboard shortcut to collapse all projects in Visual Studio Solution Explorer. In Visual Studio, go to Tools > Options > Keyboard. In the Show commands containing text box, type in CollapseProjects.

How do you collapse all folders in VS code?

How to Collapse All Folders in VS Code? To fold all the folders in your code: Enter command >fold and hit enter.

How do you collapse all methods in VS?

CTRL + M + O will collapse all.

How do I collapse Visual Studio?

Not available in Visual Basic. (Ctrl+M, Ctrl+O) - Collapses the members of all types.


1 Answers

In Visual Studio 2013 it is finally just part of solution explorer... with a "Collapse All" icon. enter image description here

The right click option available with earlier versions of power tools in is not there but clicking the icon is easier anyway.

like image 61
Chad Dienhart Avatar answered Sep 17 '22 12:09

Chad Dienhart