# Rename dialogs

> **TL;DR**
> `Refactor | Rename`
>
>
>
> `Shift+F6` (Windows), `⇧ F6` (macOS), `⇧ F6` (IntelliJ IDEA Classic (macOS)), `⌘ ⌥ R` (macOS System Shortcuts), `Shift+F6` (XWin), `Shift+F6` (GNOME), `Shift+F6` (KDE), `Shift+F6` (Emacs), `Shift+F6` (Sublime Text), `⇧ F6` (Sublime Text (macOS)), `Ctrl+R` (NetBeans), `Ctrl+R, R` (Visual Studio), `⌘ R, R` (Visual Studio (macOS)), `Alt+Shift+R` (Eclipse), `⇧ F6` (Eclipse (macOS))

`Refactor | Rename`

The Rename dialogs let you perform the [Rename refactoring](rename-refactorings.html) for various entities such as classes, fields, methods, packages, etc. You can select where the changes to occurrences of the entity name are required and where not.

- [Rename dialog for a class or an interface](rename-dialog-for-a-class-or-an-interface.html)
- [Rename dialog for a directory](rename-dialog-for-a-directory.html)
- [Rename dialog for a field](rename-dialog-for-a-field.html)
- [Rename dialog for a file](rename-dialog-for-a-file.html)
- [Rename dialog for a method](rename-dialog-for-a-method.html)
- [Rename dialog for a package](rename-dialog-for-a-package.html)
- [Rename dialog for a parameter](rename-dialog-for-a-parameter.html)
- [Rename dialog for a table or column](rename-dialog-for-a-table-or-column.html)
- [Rename dialog for a variable](rename-dialog-for-a-variable.html)

## See also

### Procedures

[Rename refactorings](rename-refactorings.html)

