How do I expand or collapse all the regions in a project using Visual Studio 2008?
How can I collapse all #regions and methods in c#?
Non of these works. I want to collapse only and only regions in entire project.
Ctrl+M, Ctrl+M : collapses single expansion.
Ctrl+M, Ctrl+L : collapses everything in single file.
Ctrl+M, Ctrl+P : disable collapse tool
Ctrl+M, Ctrl+M : collapses documentations in single file.
Non of these are appealing to me. first I want collapsing to affect entire project. also I want to collapse only regions strictly defined by #region
directive and nothing else.
https://stackoverflow.com/a/42852157/4767498
This answer solved the collapsing region problem, (thanks to @WaiHaLee for mentioning it). But I want this effect for entire project.