Editor and IDE
You can use any editor or IDE to write Rust code, but there are a few that stand out.
I personally use VS Code with the approprite plugins and vim without anything.
Let me know your favorite setup!
- Visual Studio Code with the
rust-analyzer
plugin. rust-analyzer is an implementation of Language Server Protocol for the Rust. - RustRover (From JetBrains, creator of PyCharm, IntelliJ).
- vim or neovim + rust-analyzer