PyCharm 2018.2 Help

Move Module Members Dialog

Refactor | Move
F6

This dialog box appears only for the top-level symbols. Using this dialog, you can:

  • Select and move several members at once. So doing, dependent symbols are highlighted.

  • Select several symbols in the editor; so doing, they will be pre-selected in the dialog.

  • Besides classes and functions, move the global variables, defined in a module on the top-level.

Item

Description

From

This read-only field shows the fully-qualified path to the original file.

To

In this field, specify the fully-qualified path to the destination file. Click browseButton to locate the target file in the Select Path dialog.

If the destination file does not yet exist, it will be created.

Bulk move

This section shows the list of top-level members. Each member has a checkbox to the left.

If several members get selection in the editor, they will become pre-selected in the list.

To hide the list of members, click icons actions down.

Last modified: 21 November 2018

See Also