Sorry for the dumb question, but…
I’m moving from VB to C# and this is really bugging me. Is there a way to convince VS 2008 to draw a line separating my methods like it does for VB?
I’m really used to those, and i’m used to doing
//——————————————————-
myself in Javascript.
I’m hoping I won’t have to do it manually in C# too.
Any pointers?
Thanks
Not out of the box. There may be third-party apps which will do this like CodeRush or something like that.
But my advice: Get out of the habit of putting lines in between your procedures. Comments without meaning are evil.