Is there a command that opens all regions on a C# page? It is very time consuming (and annoying) when you have to go and manually open dozens of regions every time you open a project.
There isn't anything built into VS to do this automatically (as far as I know) but it does however let you write your own macro's and assign hotkeys to those macros.
See here for an example on how you could add your own macro to expand each region recursively:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.