Dividing Lines Between Member Groups (+1 VB.Net)

VB.Net’s editor has a nice feature that makes it easy to scroll up and down, looking for a method or property. VB.Net will insert a single pixel line between each property, method, and group of fields.

My guess is that C# doesn’t do this because of the more relaxed formatted. However, this isn’t too large an obstacle. With everything else that the C# editor is missing, I’m am guessing that it just didn’t seem important enough.

2 Comments so far

  1. hobbit on October 9, 2007

    I wish that they had dividing lines in c#…

  2. Rory Becker on May 2, 2008

    There is now a DXCore (The framework behind Coderush and REfactorPro) plugin called CR_DrawLinesBetweenMethods which sounds like it does what you want.

Leave a reply