Home

Awesome

Gracer

A rust code completion plugin for gedit. Built with the Rust auto completion tool by Phil Dawes (https://github.com/phildawes/racer).

Example

Current Features:

Prerequisites

$ cargo install racer

$ rustup component add rust-src

for other installation methods please refer to: https://github.com/phildawes/racer/blob/master/README.md

Using

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/gracer.git

For updating:

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