From 04572422d4e4e650de85f54fd7dc7c4e50d7fbce Mon Sep 17 00:00:00 2001 From: anki-code Date: Tue, 29 Sep 2020 01:12:48 +0300 Subject: [PATCH] Xonsh shell has jedi extension (#1674) * xonsh shell has jedy extension * jedin in xonsh shell usage * and many more! :) --- README.rst | 1 + docs/docs/usage.rst | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 959a5f68..f63feb8d 100644 --- a/README.rst +++ b/README.rst @@ -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+ `_ +- `xonsh shell `_ has `jedi extension `_ and many more! diff --git a/docs/docs/usage.rst b/docs/docs/usage.rst index 84b0078e..2ef8b848 100644 --- a/docs/docs/usage.rst +++ b/docs/docs/usage.rst @@ -93,6 +93,16 @@ Web Debugger - wdb_ +xonsh shell +~~~~~~~~~~~ + +Jedi is a preinstalled extension in `xonsh shell `_. +Run the following command to enable: + +:: + + xontrib load jedi + and many more! .. _repl-completion: