How to disable in-place refactoring?
When I rename a variable, a popup on the side asks me if I want to refactor. How to disable it?
Please sign in to leave a comment.
When I rename a variable, a popup on the side asks me if I want to refactor. How to disable it?
Please sign in to leave a comment.
Hi,
That pop-up is ReSharper's in-place refactoring suggestion. It shows up when you start editing a name in the editor and offers to run the refactoring right there. You can control it in ReSharper's options.
Go to ReSharper | Options | Environment | Editor | Appearance and look for the Inplace refactorings suggestions section. The Suggestion presentation setting there controls how (and whether) that suggestion appears.
You can always open the classic Rename dialog from the menu instead: ReSharper | Refactor | Rename…
Let us know if you have any questions!