Rust IDE support for Atom, powered by the Rust Language Server (RLS)
- Auto-completion
- Format on save (disabled by default, see
atom-ide-ui
settings) - Diagnostics (errors and warnings from
rustc
, support forclippy
is pending on rust-lang/rls#149) - Document outline
- Go to definition (
ctrl
orcmd
click) - Type information and Documentation on hover (hold
ctrl
orcmd
for more information) - Rls configuration using
rls.toml
file at project root, see rls#configuration
You can install from the command line with:
$ apm install ide-rust
Or you can install from Settings view by searching for ide-rust
.
MIT License. See the license for more details.