I'm trying to rename a variable that is a parameter to a method (a very small method with just a few lines of code). Instead of simply renaming the usages of that variable inside the method, Resharper brings up a dialog showing how it wants to rename every instance of that string inside the entire file.
This seems beyond stupid to me. Why can't Resharper just rename the variable I am trying to rename that is obviously just in that one method?