We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d437f commit c9216fdCopy full SHA for c9216fd
README.rst
@@ -26,6 +26,7 @@ Feature Providers
26
Installing these plugins will add extra functionality to the language server:
27
28
* pyls-mypy_ Mypy type checking for Python 3
29
+* pyls-isort_ Isort import sort code formatting
30
31
Language Server Features
32
------------------------
@@ -115,3 +116,4 @@ This project is made available under the MIT License.
115
116
.. _pydocstyle: https://github.com/PyCQA/pydocstyle
117
.. _YAPF: https://github.com/google/yapf
118
.. _pyls-mypy: https://github.com/tomv564/pyls-mypy
119
+.. _pyls-isort: https://github.com/paradoxxxzero/pyls-isort
0 commit comments