There are many sites with instructions on installing ropemacs, but so far I couldn\'t find any with instructions on how to use it after it\'s already insta
For general usage of the rope library that ropemacs depends on, then check out:
Rope Overview
It describes in some detail what each of the refactorings does such as extract method. Note that according to the author this doc is a bit outdated. However, it should provide enough of an intro to ropes' features to get started.
To execute the ropemacs commands in Emacs, you can try one or more of the following:
M-x rope- and fill in the
related refactoring name. For
example, extract method would be
M-x rope-extract-method. -> Rope . For example, for extract method then select -> Rope -> Refactorings -> Extract Method . It will also show you the associated keybindings (e.g. C-c r m)