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.

How to use:

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


Related Resources

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
Change a function or method signature by introducing parameters directly from unresolved references
Empower your `Printf`-like functions with coding assistance
Provide hints and highlights for message formats in custom `Printf`-like functions