Collapse IF statements (and others) in Visual Studio
Found on http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23232975.html
Simply use the #region #endregion tags
like:
http://msdn2.microsoft.com/en-us/library/9a1ybwek(VS.71).aspx
1: |
if (something) } |