AppCode
 
Get AppCode
You are viewing the documentation for an earlier version of AppCode.

Rename refactorings

Last modified: 21 July 2022

Shortcut for the action: ⇧ F6

General refactoring settings: Preferences | Editor | General

Rename refactoring allows you to rename symbols, files, and directories globally with all the references to them in the code corrected automatically.

Renaming local variables or private methods can be done easily inline since only the limited scope is affected. Renaming classes or public methods could potentially impact a lot of files. In this case, we suggest that you preview potential changes before you refactor.