Tagged Questions

6
votes
3answers
702 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 ...