I'm going from VB.net.
Is there a way to have VS automatically add braces to methods? Also in VB,
you do not need to add () for a method or function that does not need
parameters. Is there a way to have VS automatically add parathesis to
function calls? This messes me up more than the braces.
Thanks.
Is there a way to have VS automatically add braces to methods? Also in VB,
you do not need to add () for a method or function that does not need
parameters. Is there a way to have VS automatically add parathesis to
function calls? This messes me up more than the braces.
Thanks.
Comment