Line separator

I know, can be a stupid question for the C# group in MS, but, why, the editor (via an option) can't automatically insert a separator line between methods like vb



Answer this question

Line separator

  • Muhammad Azeem Azam

    its a different language altogether, VB was really designed for new comers and to give them more of a friendlier feel to the environment

  • BhuttCrackSpackle

    Hehe, hope that not being considered a "new comer" makes you feel good, even if you are. Although the editors for VB.NET, C# and C++ look the same in the IDE, under the hood they are based on very different chunks of code. There's stuff that the C# editor can do, like graying code this is #undef-ed that the VB editor can't do. The C++ editor can't do brace matching high-lighting. Etcetera, pretty basic stuff that doesn't work the same.

    The best place to go to put your feature requests on record is Product Feedback. With enough votes in place, they'll pay attention.


  • Line separator