Tagged Questions

6
votes
4answers
934 views

Is there a way to specify outlining defaults in Visual Studio so that a file opens up with members collapsed by default?

What I would like to do is have VS2008, when I open a code file, collapse all members of the classes/interfaces in the file by default (including, crucially, any XML documentation and comments). I do ...
4
votes
3answers
687 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 ...
2
votes
1answer
219 views

Visual Studio 2010 C# Outlining works improperly

So, code blocks (which can be collapsed like #region blocks) have corresponding markers (+ symbols) to the left of the text editor. These markers should be placed right where the code block starts. My ...
0
votes
1answer
54 views

Put a title on collapsed outlining in Visual Basic Express 2010

When I select an area of text in Visual Basic Express 2010 and then go click Edit/Outlining/Hide Selection; the area collapses and is represented by three dots like "...". Is there a way to put my own ...