Rename dialog for a file
Use this dialog to rename a file.
In addition to renaming the file itself, DataGrip can also look for the usages of the file name. If found, the changes you are making to the file 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.
Item | Description |
---|---|
Rename <file> and its usages to | Specify a new name for the file. |
Search in comments and strings | If this checkbox is selected, DataGrip will look for occurrences of the file name within comments and string literals in your source code files. |
Search for text occurrences | If this option is on, DataGrip will look for occurrences of the file name in the files that don't contain source code. These may be the text files, properties files, HTML files, documentation files, and so on. |
Search in loaded sources | If this checkbox is selected, DataGrip will look for occurrences of the file name within downloaded object sources. |
Scope | Use this option to set a scope for the Rename refactoring. For example, you can limit the refactoring to only recently changed files, or to only open files, and so on. You can also create a custom scope that you can either share or keep local. |
Preview | Preview potential associated changes prior to executing the statement. |
Refactor | Execute the statement and make associated changes right away. |