Ben Chuanlong Du's Blog

It is never too late to learn.

IDE for Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Visual Studio Code

  1. The rust-analyzer extension seems to be a good option.

  2. Rust extenstion (rust-lang.rust) is another posssible extension for Rust but does not work as well as rust-analyzer .

IntelliJ

References

Comments