Tagged Questions
26
votes
12answers
12k views
Visual Studio C# statement collapsing
When editing really long code blocks (which should definitely be refactored anyway, but that's beyond the scope of this question), I often long for the ability to collapse statement blocks like one ...
4
votes
3answers
688 views
Visual Studio : exclude outlining from undo/redo stack
There's something really annoying in Visual Studio : where I expand or collapse a method or code region, this action is pushed on the undo stack. So if I edit some code in a method, then collapse that ...