for example i have a function dennis(); and i call it 10 times in my program. but suddenly i want to rename the function to dennisM();. is there an easy way to rename them all at once?
VS and some other IDEs have an option to do this listed in a "Refactor Code" submenu. I think in VS you highlight, right click, refactor, rename this token or whatever.