andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

code completion based on Jedi #158

Open a-atalla opened 10 years ago

a-atalla commented 10 years ago

Jedi is an autocompletion tool for Python that can be used in IDEs/editors. Jedi works. Jedi is fast. It understands all of the basic Python syntax elements including many builtin functions

https://github.com/davidhalter/jedi

It woulld be nice if you use it in Enki