VB2005 Tips and Tricks – part 1

Symbolic Rename

Right-click on any local variable and select Rename. This will rename all appropriate instances in your code of that variable.

Symbolic Rename works with any property, class or method.

Right click on a form, and select rename. You will see the same result.

Comments are closed.