diff --git a/README.rst b/README.rst index 80590f76..959a5f68 100644 --- a/README.rst +++ b/README.rst @@ -55,6 +55,12 @@ Jedi can currently be used with the following editors/projects: and many more! +There are a few language servers that use Jedi: + +- `jedi-language-server `_ +- `python-language-server `_ +- `anakin-language-server `_ + Here are some pictures taken from jedi-vim_: .. image:: https://github.com/davidhalter/jedi/raw/master/docs/_screenshots/screenshot_complete.png diff --git a/docs/docs/usage.rst b/docs/docs/usage.rst index b148ad76..84b0078e 100644 --- a/docs/docs/usage.rst +++ b/docs/docs/usage.rst @@ -3,11 +3,21 @@ Using Jedi ========== -|jedi| is can be used with a variety of plugins and software. It is also possible -to use |jedi| in the :ref:`Python shell or with IPython `. +|jedi| is can be used with a variety of :ref:`plugins `, +`language servers ` and other software. +It is also possible to use |jedi| in the :ref:`Python shell or with IPython +`. Below you can also find a list of :ref:`recipes for type hinting `. +.. _language-servers: + +Language Servers +-------------- + +- `jedi-language-server `_ +- `python-language-server `_ +- `anakin-language-server `_ .. _editor-plugins: