autocomplete-racer

Autocomplete-plus and hyperclick provider for rust, using racer as back-end.

qzed

2,485

3

0.1.3

MIT

GitHub

This package provides the following services:

Rust Autocomplete Package for Atom

Racer-based autocomplete-plus and hyperclick provider. Includes markdown-styled documentation.

Demo

Demonstration

Features

Installation

This package requires racer to be available using the path variable. It is recommended that you set up your rust toolchain using rustup and add the source component (rust-src). This way the complete setup is managed by rustup and racer can automatically detect the location of the rust source code. Alternatively you have to set the RUST_SRC_PATH environment-variable. For more details, see the racer GitHub page.

Furthermore, this package requires autocomplete-plus, which is bundled with atom. You may want to install hyperclick for go-to-definition commands.