Skip to content

Commit b70ec57

Browse files
committed
Document how to use Module Move refactoring
1 parent 724d2c4 commit b70ec57

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

doc/pymode.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,13 @@ In this refactoring, the object being refactored will be moved to a destination
631631
module. All references to the object being moved will be updated to point to
632632
the new location.
633633

634+
Moving module variable/class/function into a package
635+
636+
It happens when you perform move refactoring on a name referencing a module.
637+
In this refactoring, the module being refactored will be moved to a destination
638+
package. All references to the object being moved will be updated to point to
639+
the new location.
640+
634641
>
635642
let g:pymode_rope_move_bind = '<C-c>rv'
636643

0 commit comments

Comments
 (0)