Tagged Questions

2
votes
9answers
136 views

What tools do you use for outlining projects?

Whenever I start working on projects that are complex enough that I can't keep it all in my head at once I like to outline how the app should work... I usually hack something like …
16
votes
6answers
2k views

How to permanently disable region-folding in Visual Studio 2008

Anyone know how to turn off code folding in visual studio 2008? Some of my colleagues love it, but I personally always want to see all the code, and never want code folded out of s …
11
votes
8answers
2k 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 statemen …
3
votes
4answers
418 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 …
1
vote
1answer
106 views

EnvironmentEvent macro doesn’t complete

I'm working in Visual Studio 2008 and I would like for Edit > Outlining > Collapse to Definitions to be run whenever I open a file. It would be nice if, after that, all regions we …
2
votes
3answers
140 views

Library for browser based outliner

I'm looking for a free (GPL or BSD-type license) outliner library that works in a browser. It doesn't have to be too complicated, just allow keyboard control of collapsing and ex …