IntelliJ IDEA 2016.3 Help

Rename Dialog for a Field

Refactor | Rename
Shift+F6


Use this dialog to rename a field.

In addition to renaming the field itself, IntelliJ IDEA can also look for the usages of the field name. If found, the changes you are making to the field name can also be applied to these usages.

The usages are assigned to different categories which correspond to the options which you can turn on and off.

Note that regardless of the options selected, the search scope (that is, the places where the name occurrences are looked for) is always limited to the current entity (file, class, etc) and the entities that the current one depends on.

ItemDescription
Rename <field> and its usages toSpecify a new name for the field.
Search in comments and stringsIf this check box is selected, IntelliJ IDEA will look for occurrences of the field name within comments and string literals in your source code files.
Search for text occurrencesIf this option is on, IntelliJ IDEA will look for occurrences of the field name in the files that don't contain source code. These may be the text files, properties files, HTML files, documentation files, etc.

See Also

```

Reference:

Last modified: 21 March 2017