VS2005: How to "reduce" all projects in Solution Explorer

  • Thread starter Thread starter José Joye
  • Start date Start date
J

José Joye

Hello,

When openning a solution, all projects are expended in the Solution
Explorer, is there a magic key to "reduce" all the project?

Thanks,
José
 
Explorer, is there a magic key to "reduce" all the project?

There isn't a built-in command to collapse the Solution Tree. You can
either install my free DPack that adds solution item command "Collapse
All" or get another free add-on called CoolCommands that has a similar
functionality. HTH.
--
Sergey Mishkovskiy
http://www.usysware.com/dpack/ - DPack - free VS.NET add-ons
http://www.usysware.com/blog/

My recent MSDN article:
"Code & Seek: Bring Windows Desktop Search Into Visual Studio With Our
Cool Add-In"
http://msdn.microsoft.com/msdnmag/issues/06/07/CodeAndSeek/
 
Thanks,

I will have a look at it!

- José

Sergey M said:
There isn't a built-in command to collapse the Solution Tree. You can
either install my free DPack that adds solution item command "Collapse
All" or get another free add-on called CoolCommands that has a similar
functionality. HTH.
--
Sergey Mishkovskiy
http://www.usysware.com/dpack/ - DPack - free VS.NET add-ons
http://www.usysware.com/blog/

My recent MSDN article:
"Code & Seek: Bring Windows Desktop Search Into Visual Studio With Our
Cool Add-In"
http://msdn.microsoft.com/msdnmag/issues/06/07/CodeAndSeek/
 
Back
Top