Collapsing|Expanding comments
A colleague of mine just showed me this. At the start of each method we have a standard look and feel for commenting the purpose of the method, the author, date written, modifications etc. Well, you can move these comments to outside the method signature and the comments will be collapsible! Pretty cool. Just make sure the comments are before the method signature and after the last methods End (VB.NET of course)
.