Skip to content

isamert/gedi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gedi

A python code completion plugin for gedit. Built with the Jedi auto completion library by David Halter (https://github.com/davidhalter/jedi).

Example

Current Features:

  • Autocompletion

Planned Features:

  • Find Definition
  • Some refactoring tools

Using

  • Firstly, you need to install jedi. You can install it from your distro's package manager(search for python3-jedi) or you can install it with pip:
pip install jedi
  • Download the project.
  • Extract the files to /home/YOUR_USER_NAME/.local/share/gedit/plugins
  • If the directory .local/share/gedit/plugins/ is not present, create it.
  • Open gedit, go to Preferences > Plugins > Gedi to activate it.
  • Restart gedit.

Instead of downloading you can just clone the project to your plugin path:

$ mkdir -p ~/.local/share/gedit/plugins
$ cd ~/.local/share/gedit/plugins
$ git clone https://github.com/isamert/gedi.git

For updating:

$ cd ~/.local/share/gedit/plugins/gedi
$ git pull

About

a python code completion plugin for gedit3+

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages