I'm using Atom (on a fairly speedy machine, VS Code has some solid plugin support too) with:
- atom-beautify (with rustfmt installed,
cargo install rustfmt
) * language-rust * linter + linter-rust (using cargo check,cargo install cargo-check
) * you-complete-me (but YCM is not fun to install, so I'd recommend the racer plugin, both require the Rust source cloned and installed somewhere)
1.\ You need to cargo install racer
and add the bin to your path
2.\ Clone the Rust source of your version of Rust, and add that to your path
3.\ Install the plugin and set the paths in Atom