I think I’m going to start learning Rust. Can anyone suggest a good IDE to use?
You must log in or register to comment.
Vscode works well on Mac, and it has good Rust support.
Just wanted to point that rust-analyzer is the fantastic language server that powers the language support, and it runs in a lot of editors (VS Code, Emacs, Neovim, …)