Tip: Outlining
Posted by Ion Toma on April 17, 2006
To view the overall structure of the code, in VS.NET we can expand and close code regions for classes/procedures/functions.
This is a built-in function of the code editor. Collapse everything to definition, by clicking right and select Outlining. It will shows only the signature lines, to get a summary view of everything in a particular code.
