-
Notifications
You must be signed in to change notification settings - Fork 184
How to use Rope in my IDE or Text editor?
This page documents all known first and third party projects that supports rope, links to documentation on how to use rope in that environments, what features are supported, and whether or not the project is still maintained.
Use this page to help decide the best option for you to integrate rope to your development environment.
-
ropevim: reference implementation, currently the most feature complete rope plugin that can be used in vim
-
python-mode: implements most of rope functionality. The UI is a bit more polished than ropevim and it already implements most of rope, but it's missing a few of the more advanced refactoring options.
-
python-lsp-server (pylsp): a maintained, community fork of
python-langauge-server. -
python-language-server (pyls): not recommend, use or migrate to
python-lsp-serverinstead.
TODO: help needed by regular users of this IDE/editor to expand on this section
- vscode-python:
TODO: help needed by regular users of this IDE/editor to expand on this section
TODO: help needed by regular users of this IDE/editor to expand on this section
TODO: help needed by regular users of this IDE/editor to expand on this section
TODO: help needed by regular users of this IDE/editor to expand on this section
TODO: help needed by regular users of this IDE/editor to expand on this section
A standalone IDE specifically developed to showcase the use of Rope. This project is no longer maintained and is not recommended for use.