From the course: Visual Studio Code for Web Developers

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using extensions

Using extensions - Visual Studio Tutorial

From the course: Visual Studio Code for Web Developers

Start my 1-month free trial

Using extensions

- [Narrator] Visual Studio Code supports a rich ecosystem of extensions and it makes the process of finding, installing, and managing extensions very easy. There are a couple of ways to find extensions for VS Code. One way is to simply go to the extensions marketplace. In the browser, enter the URL marketplace.visualstudio.com and then select the Visual Studio Code tab. From here, you can search for extensions as well as see what's featured, popular, and trending. You can also do this from within VS Code itself. So let's go back to the editor, and now let's go to the extensions view. And you can see here on my screen that I have already installed a couple of extensions. So your version might look a little different from mine. If you look in the _css folder, you'll notice that I have a file named, "test.sass." If I open it, you'll notice that there's no special formatting or code syntax coloring for it. So let's fix that with an extension. So back in the extensions view, I'm going to…

Contents