Rename Symbol

Change a variable name, class name, or other symbol, across the project.

Refactor names quickly, across all projects at once.

Put your cursor on a symbol and refactor it. All usages in the project change with it.

Invoke the Rename Refactoring via ^T (macOS) / Ctrl+Alt+Shift+T (Windows/Linux).


Related Resources

Change the editor font size using the mouse wheel
Change the editor font size using the mouse wheel
Increase or decrease the font size on-the-fly
Create a Function in Another Package
Create a Function in Another Package
Type a non-existing function name and generate its implementation in a package of your choice.
Introduce Parameters from Unresolved References in your Code
Introduce Parameters from Unresolved References in your Code
Change a function or method signature by introducing parameters directly from unresolved references