Xonsh shell has jedi extension (#1674)

* xonsh shell has jedy extension

* jedin in xonsh shell usage

* and many more! :)
This commit is contained in:
anki-code
2020-09-29 01:12:48 +03:00
committed by GitHub
parent cb55b45d47
commit 04572422d4
2 changed files with 11 additions and 0 deletions

View File

@@ -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!

View File

@@ -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: