- Posted by justin on August 26, 2006
I like to group methods together by scope, meaning that all private methods are group together, and so on. The best way I found to handle this is to define regions for each scope level.
However, I personally, like to see the whole file when I open it. However, C# defaults to collapsing the regions. To change this Open Tools | Options from Visual Studio and select C# under the Text Editor option. Click the Advanced option and uncheck ‘Enter outlining mode when files open’. You can also do this for vb.net using the vb selection under the Text Editor Properties.