Refactor rename broken in Intellij IDEA

There is no way to turn refactoring off in the settings. My guess is that the project’s cache/indexes are corrupted. I had a case once where refactoring, especially renames, stopped working. A re-index solved it for me. Go to File >Invalidate Caches, invalidate your caches, restart IDEA, and let IDEA re-index the project (progress is shown in the bottom status bar right of center). Then try the refactoring.

If that does not solve it, take a look in the logs (Help > Show Log) and see if there is any indication in there as to the cause of the issue.

Leave a Comment