IDEs

VS CodeInstall the rust-analyzer extension. Also consider the CodeLLDB, Dependi and Even Better TOML
RustRoverIt is available for free for non-commercial use.
IntelliJ / CLion JetBrains IDE + Rust pluginIf you have a JetBrains license, CLion is your go-to editor for Rust in JetBrains’ IDE suite
Zedzed is available for macOS, Linux, and soon for Windows. Written in Rust.
Helix editor(github)Install the rust-analyzer binary
vi, vim, or NeovimConfigure Vim for Rust
Emacs⮳ (or derivatives like Doom Emacs, Spacemacs⮳, etc.)Configure emacs for Rust
Sublime Text"Rust enhanced" package
Visual StudioConfigure rust-analyzer for Visual Studio
LapceOpen source, written in Rust
Xcode
Eclipse CorrosionIt provides development tools for Rust and Cargo inside the Eclipse IDE
AtomIt has been sunset

Write Rust code with VS Code

Rust plugin for VS Code

rust-analyzer

Write Rust code with the zed editor

zed zed zed-crates.io zed-github zed-lib.rs

See also

Six IDEs built for Rust