PyCharm 2.7.2 Web Help

1.2+

Refactor | Rename

Refactor | Rename

ItemDescription
Rename <symbol name> and its usages toIn this field, specify a new name for the symbol.
Search in comments and stringsSelect this check box to have the changes applied to comments and strings.
Search for text occurrencesSelect this check box to have the changes applied to the documentation, HTML, and other files included in the project.
Rename inheritorsSelect this check box to have the changes applied to the entire hierarchy. This option is available when renaming method parameters, or Python classes.
Rename containing fileSelect this check box to have the changes applied to the containing file. This option is only available when the class name coincides with the name of the containing file.
Rename variablesThis option is available for Rename class refactoring. Select this check box to rename the variables of that class type.
Rename testsThis option is available for Rename class refactoring. Select this check box to rename the tests of that class type.
Rename inheritorsThis option is available for Rename class refactoring. Select this check box to rename class inheritors.
Rename bound formsThis option is available for renaming classes with GUI forms. Select this check box to rename forms bound to the class.

Note

PyCharm memorizes the latest settings in this dialog box.

See Also

Procedures:

Web Resources: