📜 ⬆️ ⬇️

Jedi - autocompletion library for Python

Here, I came across an interesting library ( GitHub ) in the githab open spaces. Next comes a few words from the author.
Jedi is a tool that can be used to autocomplete Python code in IDE / editors. Jedi works. Jedi is fast It understands all the basic elements of Python syntax, including built-in functions.
In addition, Jedi supports two different goto functions and has renaming support, and also supports Pydoc and other IDE chips.
Jedi uses a very simple API to connect to the IDE. The primary implementation is a VIM plugin using Jedi autocompletion. I urge to use Jedi in your IDE. It is very simple. If you have any problems (including licensing) - contact me.
Jedi can be used with these editors:

Source: https://habr.com/ru/post/192610/


All Articles