Skip to content

Commit

Permalink
Xonsh shell has jedi extension (#1674)
Browse files Browse the repository at this point in the history
* xonsh shell has jedy extension

* jedin in xonsh shell usage

* and many more! :)
  • Loading branch information
anki-code committed Sep 28, 2020
1 parent cb55b45 commit 0457242
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.rst
Expand Up @@ -52,6 +52,7 @@ Jedi can currently be used with the following editors/projects:
- wdb_ - Web Debugger
- `Eric IDE`_ (Available as a plugin)
- `IPython 6.0.0+ <https://ipython.readthedocs.io/en/stable/whatsnew/version6.html>`_
- `xonsh shell <https://xon.sh/contents.html>`_ has `jedi extension <https://xon.sh/xontribs.html#jedi>`_

and many more!

Expand Down
10 changes: 10 additions & 0 deletions docs/docs/usage.rst
Expand Up @@ -93,6 +93,16 @@ Web Debugger

- wdb_

xonsh shell
~~~~~~~~~~~

Jedi is a preinstalled extension in `xonsh shell <https://xon.sh/contents.html>`_.
Run the following command to enable:

::

xontrib load jedi

and many more!

.. _repl-completion:
Expand Down

0 comments on commit 0457242

Please sign in to comment.