madskristensen / CloseAllTabs

A Visual Studio extension
Other
31 stars 8 forks source link

Close all projects on startup #2

Closed strobaek closed 8 years ago

strobaek commented 8 years ago

Apart from the current functionality it would be nice if all solution folders and projects were also collapsed upon startup.

madskristensen commented 8 years ago

This should have been added already. Can you please verify it works by installing the latest CI build and enabling it in the settings?

strobaek commented 8 years ago

It closes the open files, but not the projects. Can it be because I have them located in (solution) folders?

madskristensen commented 8 years ago

Did you enable the collapsing of both projects and solution folders in the settings?

strobaek commented 8 years ago

Yes, I did. I'm on VS Enterprise 2015, 14.0.25424.00 Update 3. 1.3.16 of Clean Solution

madskristensen commented 8 years ago

It appear to be an issue with VS when projects are located in solution folders. VS will automatically expand the solution folder if it contain projects when the solution opens. You can try it yourself by clicking the "Collapse all" button on the Solution Explorer toolbar and then close and reopen the solution.