C
Chris
Is it be possible to change the behavior of the way VB.NET adds the "End
Sub" after you create a subroutine? For example...when you type:
Sub Foo(stuff as things)
Visual basic will put:
End Sub
after it.. Could this be changed so that the End Sub created by the IDE
looks like this?
End Sub 'Foo
Thanks,
Chris
Sub" after you create a subroutine? For example...when you type:
Sub Foo(stuff as things)
Visual basic will put:
End Sub
after it.. Could this be changed so that the End Sub created by the IDE
looks like this?
End Sub 'Foo
Thanks,
Chris