0

Just a general Q regarding features in VS.

I have downloaded the source code of a tutorial which contains a vast number of files and folders. For some reason unknown to myself whenever I open this particular project in VS all the folders will be open showing all the files in the project, in the solution explorer.

Instead of spending a few minutes minimizing all the folders in the project is there any general rule or option which will close all the folders when a project is opened/viewed from solution explorer.

Thanks

John
  • 3,965
  • 21
  • 77
  • 163
  • Check this link for a couple of options http://stackoverflow.com/questions/798039/collapse-projects-in-solution-explorer – Luke Baughan Apr 09 '13 at 09:31

1 Answers1

0

You can use the PowerCommands for Visual Studio 2010 or the Productivity Power Tools for Visual Studio 2012.

Right-click in the Solution Explorer and choose Collapse Projects.

shamp00
  • 11,106
  • 4
  • 38
  • 81