Rename refactorings
Shortcut for the action: Shift+F6
General refactoring settings:
In-place refactoring is available
IntelliJ IDEA supports this refactoring for Java 14 code
tip
When you rename methods that are declared in interfaces, you can also review and rename their implementations as well. The refactoring changes are displayed on the Refactoring Preview tab in the Find tool window.
note
You cannot rename the .idea project directory since IntelliJ IDEA always reads the project files from the directory with that exact name.
tip
To rename just a part of variable and not the whole thing, clear the Preselect old name option located in in the Refactorings section.
Thanks for your feedback!