Rust-analyzer

Hi everyone, just discovered this and I thought I’d post it here. The default extension that we all download in VSCode to code rust is RLS, but I just discovered rust-analyzer and it just improved my developer experience a ton (although it’s only in experimental stage). Furthermore, this is the IDE tool that the rust community has put their bet on to deliver a stable and fast rust coding experience, so give it a try!

5 Likes

On the same topic. Intellij CLion has released new version 2020.1 who can now debug rust compiled with the visual studio toolchain.
Haven’t tried it out yet though.

1 Like

Btw, if you want to to stay up to date about new stuff happening in the rustyverse, check out the This Week In Rust newsletter.

2 Likes

@guillemcordoba Im trying it but Im getting a rust-analyzer failed to discover workspace issue, can you point us on how to enable it?