Intelligent code completion for Rust in the Atom Editor. Requires Racer.
Providing intelligent code completion for Rust via Racer.

Preferences > Packages, search for racer, and install itapm install racer).go to Preferences > Packages, search for racer, and click Settings
| Display Name | Description | Required | Name |
|---|---|---|---|
| Path to the Racer executable | Full path (including executable) of Racer’s binary (e.g. /Users/me/racer/bin/racer or c:\racer\bin\racer.exe) |
YES |
racer.racerBinPath |
| Path to the Rust source code directory | Should point to the rustc source directory (e.g. /Users/me/code/rust/src/) |
YES |
racer.rustSrcPath |
| Autocomplete Scope Blacklist | Scopes for which no suggestions will be made (e.g. .source.go .comment) |
NO |
racer.autocompleteBlacklist |
Just type some code in a .rs file, and racer will automatically show you some suggestions (using the autocomplete+ package provided by Atom).