From the course: Rust Programming: From Fundamentals to Advanced Concepts with AI-Assisted Development

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Demo: Enabling the rust-analyzer

Demo: Enabling the rust-analyzer

- [Instructor] Now that we have Vision Studio Code installed and available, let's install the rust-analyzer. Let's head over to the extensions and look and search for Rust. (keyboard clacking) One of the things that may happen is that you will get overwhelmed by the amount of results. So you can see here there's a lot of things here for Rust, but what we want is the rust-analyzer, which is this one. If you want to be extra sure, you can say analyzer and search for that and you'll filter out some of the things that will show up. But definitely the one that you want is this one right here. If we can actually make this a little bit better and or bigger, you'll see it has 1.7 million installations and five stars. So that's the one that we want. And I'm going to click on this one to see what this is about. Some of the features is, I mean, just basic, really, auto-completion, which is something that you would expect from a text editor. So you start getting into the more IDE, kind of like…

Contents