qzed / autocomplete-racer

Rust auto-completion and hyperclick provider for the atom editor, using racer as back-end.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rust Autocomplete Package for Atom

Note: This plugin does not support the Rust Language Server (and most likely never will). I don't plan on actively developing this plugin any further, but I will still provide support/bugfixes if required.

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

Demo

Demonstration

Features

  • Includes documentation (can be disabled).
  • Hyperclick support (for go-to-definition command).

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.

About

Rust auto-completion and hyperclick provider for the atom editor, using racer as back-end.

License:MIT License


Languages

Language:JavaScript 88.9%Language:CSS 11.1%