Skip to content

notetau/geany-jedi-complete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published