Every time I check out my solution from the SCM I have to collapse manually each project in my solution to get a good overview of it.
I know that the collapsed settings are stored in a .suo
file, which is binary. I don't want to commit this file to the SCM, instead I am looking for a xml tag that I could put in the .sln
file so when I open it all projects are collapsed.
How to do that?
The smallest plugin that helped me is Collapse Selection In Solution Explorer