Is it possible to use the Visual Studio rename refactor while keeping other ReSharper features?
One feature I believe Visual Studio has implemented in a superior way to ReSharper is the rename feature. The default shortcut is
Ctrl + R, Ctrl + R
and is mapped to Refactor.Rename
Visual Studio renames, in all open files as you type, all instances of the object being renamed and has options for searching through strings and comments.
The ReSharper rename is just a dialog box which you must click OK to before accepting the rename and it does not highlight all instances and rename in real time. I believe this is inferior and wish to disable it, returning to the Visual Studio implementation. Is this an option, and if so how?
Please sign in to leave a comment.
Hello!
Thank you for contacting us.
Please configure the following options:
Thank you.
I would also like this. Does clicking "override vs refactorings" turn off any other resharper refactorings besides the code rename? I'm looking to just turn off the resharper rename functionality and use built in VS rename since it's so much better in VS 2017 but want to keep the rest of resharper refactoring options.