wok view python-jedi/description.txt @ rev 25198

updated python-jedi (0.16.0 -> 0.17.2)
author Hans-G?nter Theisgen
date Wed Jul 13 13:40:45 2022 +0100 (22 months ago)
parents
children
line source
1 Jedi is a static analysis tool for Python that is typically used in
2 IDEs and editors plugins.
3 Jedi has a focus on autocompletion and goto functionality.
4 Other features include refactoring, code search and finding references.
6 Jedi has a simple API to work with. There is a reference implementation
7 as a VIM-Plugin.
8 Autocompletion in your REPL is also possible, IPython uses it natively
9 and for the CPython REPL you can install it.
10 Jedi is well tested and bugs should be rare.
12 Jedi can currently be used with the following editors or projects:
14 - Vim (jedi-vim, YouCompleteMe, deoplete-jedi, completor.vim)
15 - Visual Studio Code (via Python Extension)
16 - Emacs (Jedi.el, company-mode, elpy, anaconda-mode, ycmd)
17 - Sublime Text (SublimeJEDI [ST2 + ST3], anaconda [only ST3])
18 - TextMate (Not sure if it\u2019s actually working)
19 - Kate version 4.13+ supports it natively, you have to enable it,
20 though.
21 - Atom (autocomplete-python-jedi)
22 - GNOME Builder (with support for GObject Introspection)
23 - Gedit (gedi)
24 - wdb - Web Debugger
25 - Eric IDE (Available as a plugin)
26 - IPython 6.0.0+
28 and many more!