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