Docs for IPython completion which depends now on Jedi.

This commit is contained in:
Dave Halter
2017-04-27 19:29:32 +02:00
parent 0474854037
commit e8718c6ce5
2 changed files with 9 additions and 2 deletions
+5 -1
View File
@@ -45,6 +45,7 @@ Jedi can currently be used with the following editors/projects:
- Gedit (gedi_)
- wdb_ - Web Debugger
- `Eric IDE`_ (Available as a plugin)
- `Ipython 6.0.0+ <http://ipython.readthedocs.io/en/stable/whatsnew/version6.html>`_
and many more!
@@ -122,8 +123,11 @@ The returned objects are very powerful and really all you might need.
Autocompletion in your REPL (IPython, etc.)
-------------------------------------------
Starting with Ipython `6.0.0` Jedi is a dependency of IPython. Autocompletion
in IPython is therefore possible without additional configuration.
It's possible to have Jedi autocompletion in REPL modes - `example video <https://vimeo.com/122332037>`_.
This means that IPython and others are `supported
This means that in Python you can enable tab completion in a `REPL
<https://jedi.readthedocs.org/en/latest/docs/usage.html#tab-completion-in-the-python-shell>`_.