GoLand 2017.3 Help

Rename Dialog for a File

Refactor | Rename
Shift+F6


Use this dialog to rename a file.

In addition to renaming the file itself, GoLand 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.

Note that regardless of the options selected, the search scope (that is, the places where the name occurrences are looked for) is always limited to the current entity (file, class, etc) and the entities that the current one depends on.

ItemDescription
Rename <file> and its usages toSpecify a new name for the file.
Search in comments and stringsIf this checkbox is selected, GoLand will look for occurrences of the file name within comments and string literals in your source code files.
Last modified: 14 February 2018

See Also

Procedures:

  • Rename

Reference: