Y
Hacker News
new
|
ask
|
show
|
jobs
by
petee
1625 days ago
I'm just learning myself, and I found just Visual Studio Code and the Rust extension are great on Windows
2 comments
friedman23
1625 days ago
Make sure to use the Rust Analyzer extension, it's is significantly better than the default Rust extension.
link
petee
1625 days ago
I tried for a minute but it just wouldn't work out of the box and I didn't have time to investigate, so I reenabled the default for now.
I thought I saw somewhere rust devs themselves recommending Rust Analyzer too
link
bobbyskelton41
1624 days ago
https://github.com/rust-lang/www.rust-lang.org/pull/1620
link
fsloth
1625 days ago
Seconded! It all works incredibly well. Rust with Visual Studio Code and the relevant suggested extensions (CodeLLDB, rust-analyzer) must be least hostile expert system I've ever used (and I've tried a few).
link