8000 added usage of rope to README (#184) · python-lsp/python-lsp-server@55a5fd6 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 55a5fd6

Browse files
exploidegatesn
authored andcommitted
added usage of rope to README (#184)
Feature providers section in README now also covers rope, which offers completion and renaming
1 parent 722b710 commit 55a5fd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ A Python 2.7 and 3.4+ implementation of the `Language Server Protocol`_.
1515
Feature Providers
1616
-----------------
1717
* Jedi_ for Completions, Definitions, Hover, References, Signature Help, and Symbols
18+
* Rope_ for Completions and renaming
1819
* Pyflakes_ linter to detect various errors
1920
* McCabe_ linter for complexity checking
2021
* pycodestyle_ linter for style checking
@@ -110,6 +111,7 @@ This project is made available under the MIT License.
110111

111112
.. _Language Server Protocol: https://github.com/Microsoft/language-server-protocol
112113
.. _Jedi: https://github.com/davidhalter/jedi
114+
.. _Rope: https://github.com/python-rope/rope
113115
.. _Pyflakes: https://github.com/PyCQA/pyflakes
114116
.. _McCabe: https://github.com/PyCQA/mccabe
115117
.. _pycodestyle: https://github.com/PyCQA/pycodestyle

0 commit comments

Comments
 (0)
0