wok diff python-jedi/description.txt @ rev 25397

updated viewnior (1.7 -> 1.8)
author Hans-G?nter Theisgen
date Tue Aug 02 10:30:16 2022 +0100 (22 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-jedi/description.txt	Tue Aug 02 10:30:16 2022 +0100
     1.3 @@ -0,0 +1,28 @@
     1.4 +Jedi is a static analysis tool for Python that is typically used in
     1.5 +IDEs and editors plugins.
     1.6 +Jedi has a focus on autocompletion and goto functionality.
     1.7 +Other features include refactoring, code search and finding references.
     1.8 +
     1.9 +Jedi has a simple API to work with. There is a reference implementation
    1.10 +as a VIM-Plugin.
    1.11 +Autocompletion in your REPL is also possible, IPython uses it natively
    1.12 +and for the CPython REPL you can install it.
    1.13 +Jedi is well tested and bugs should be rare.
    1.14 +
    1.15 +Jedi can currently be used with the following editors or projects:
    1.16 +
    1.17 +- Vim (jedi-vim, YouCompleteMe, deoplete-jedi, completor.vim)
    1.18 +- Visual Studio Code (via Python Extension)
    1.19 +- Emacs (Jedi.el, company-mode, elpy, anaconda-mode, ycmd)
    1.20 +- Sublime Text (SublimeJEDI [ST2 + ST3], anaconda [only ST3])
    1.21 +- TextMate (Not sure if it\u2019s actually working)
    1.22 +- Kate version 4.13+ supports it natively, you have to enable it,
    1.23 +  though.
    1.24 +- Atom (autocomplete-python-jedi)
    1.25 +- GNOME Builder (with support for GObject Introspection)
    1.26 +- Gedit (gedi)
    1.27 +- wdb - Web Debugger
    1.28 +- Eric IDE (Available as a plugin)
    1.29 +- IPython 6.0.0+
    1.30 +
    1.31 +and many more!