/geany-jedi-complete

a Geany plugin to provide code completion (Python) using jedi

Primary LanguageC++GNU General Public License v2.0GPL-2.0

geany-jedi-complete

Geany plugin to provide code completion (Python) using jedi autocompletion library

requirements

libcurl-dev virtual package or libcurl4-openssl-dev

libgtk2.0-dev

install from repos on Ubuntu:

sudo apt-get install libgtk2.0-dev libcurl4-openssl-dev

jedi

install using pip:

sudo pip install jedi

install plugin

sudo make install

or

sudo make install PREFIX=<INSTALL DIR>

then you can enable plugin in Plugin manager from editor

also you can reinstall jedi server script from settings

screenshot

screenshot

uninstall plugin

Remove the installed library. e.g.

rm /usr/lib/i386-linux-gnu/geany/geanyjedicomplete.so

Remove the config files. e.g.

rm -rf $HOME/.config/geany/plugins/jedi-complete