Visual Studio 2005: all projects in the solution browser were expanded when the solution was first opened

Can I tell Visual Studio 2005 Solution Researcher not to expand all projects when I first open solutio after svn-checkout?

Edit: Thanks for pointing out PowerCommands. Since I am using Visual Studio 2005 with .Net 2.0, this does not work for me. Are there similar tools for VS2005?

+4
source share
3 answers

Re: something like PowerPack: DPack also has the option to collapse the solution, and it has been working since 2005.

I configure it to collapse "Top Items Only" because "All Projects and Files" are too slow and flicker for me.

+1
source

I also found this annoying, so my solution was to install PowerCommands for Visual Studio, which is a nice addition, it has a "Colapse Project" function that does just that. It also has a dozen other interesting features.

Highly recommended.

+2
source

My default (without changing it, as far as I know) VS will expand all projects like this when I first open the solution and create the file of user parameters for the solution. as stated in ljubomir , it is best to create something to collapse all projects.

0
source

Source: https://habr.com/ru/post/1277393/


All Articles