Recursively expand collapsed regions in Visual Studio? (outlining)
- by Kurt Margenau
I'm using Visual Studio 2008, and it doesn't seem like once I have collapsed all the regions, I can expand ALL levels of a certain region with one click/command. Notepad++ has this functionality when you ctrl + click on a collapsed region, it recursively expands all regions within it. It's awesome.
Anyone know of a plugin or macro that has this functionality?
I'm using a custom language, aka not C++/C# btw
thanks!