R
Rich P
I hope this isn't too panzy, but I am migrating from VB.net where in the
code Text Editor the procedures are separated by lines as follows:
________________________________
Private Sub something()
...
End Sub
________________________________
Private sub NextSub()
...
End Sub
________________________________
This makes it much easier to read. Does C# have a feature like this? I
was clicking around in Tools/Options/Text Editor but don't see any
properties related to this.
Thanks,
Rich
code Text Editor the procedures are separated by lines as follows:
________________________________
Private Sub something()
...
End Sub
________________________________
Private sub NextSub()
...
End Sub
________________________________
This makes it much easier to read. Does C# have a feature like this? I
was clicking around in Tools/Options/Text Editor but don't see any
properties related to this.
Thanks,
Rich