PyCharm 2017.3 Help

Rename Dialogs

Refactor | Rename
Shift+F6

ItemDescription
Rename <symbol name> and its usages toIn this field, specify a new name for the symbol.
Search in comments and stringsSelect this checkbox to have the changes applied to comments and strings.
Search for text occurrencesSelect this checkbox to have the changes applied to the documentation, HTML, and other files included in the project.
Rename inheritorsSelect this checkbox to have the changes applied to the entire hierarchy. This option is available when renaming method parameters, or Python classes.
Rename containing fileSelect this checkbox 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.
Last modified: 28 March 2018

See Also