One of the unpleasant features of Visual Studio is that, by default, it in the decision browser tree opens all the nodes for projects, inclusive. When there are several dozens of projects in the solution, and sometimes hundreds of projects, it is very inconvenient. The studio saves the state of the nodes in the .suo file, but after taking the new version of the solution with structural changes out of control, this file either flies or hangs the Studio, and it has to be deleted, and everything repeats again.
Maybe the Studio has any settings that allow you to set the state of the nodes in the solution browser by default?
Maybe there is any plugin that allows you to customize it?
Maybe someone here knows how to write such a plugin?