AppCode 2018.3 Help

Rename Dialogs

Refactor | Rename
⇧F6

Use this dialog to rename a class, a file, a class member, etc..

In addition to renaming the target item itself, AppCode can also look for the usages of the target item name. If found, the changes you are making to the target item 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 (places where you search for the name occurrences) is always limited to the current entity (for example, a file, or a class) and the entities that the current one depends on.

Item

Description

Rename <class, file, member, etc.> and its usages to

Specify a new name for the target item.

Search in comments and strings

If this checkbox is selected, AppCode will look for occurrences of the target item name within comments and string literals in your source code files.

Search in loaded sources

If this checkbox is selected, AppCode will look for occurrences of the target item name within downloaded object sources.

SQL Script

The statement to be run to rename the table or column. If necessary, you can edit the statement right in this pane.

Refactor

Execute the statement and make associated changes right away.

Preview

Preview potential associated changes prior to executing the statement. See.

Search for text occurrences

If this option is on, AppCode will look for occurrences of the target item name in the files that don't contain source code. These may be the text files, properties files, HTML files, documentation files, etc.

Last modified: 28 March 2019

See Also