rope
rope copied to clipboard
Expand documentation of Emacs support in the Wiki
I recently figured out how to use rope via the LSP plugin and can attest that it is difficult to figure out. It took me quite some time to notice that even though the emacs client does not implement commands for the plugin, you can run lsp-execute-code-action to choose from all currently available code-actions including actions from the plugin.
I then used that to implement an emacs package to call the plugin functions in emacs.
If that seems useful, I can add it to the wiki. If I overlooked something and there is actually a different proper way to use the plugin, let me know.
Added it.