Visual Studio .NET Tips & Tricks

Helpful information for Visual Studio .NET developers

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.

Outlining_Image6

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>