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.

Essential extensions

Essential extensions - Visual Studio Tutorial

From the course: Visual Studio Code for Web Developers

Start my 1-month free trial

Essential extensions

- [narrator] I have put together a collection of extensions that I've found to be very useful when working particularly with web projects in VS Code. You might find them useful, as well, or maybe you'll be inspired to build your own collection. I've found that working with snippets is a great time savor. So, I've got a few extensions installed that provide them for various languages. And again, we'll get to how snippets work and how you can customize them in just a bit. The first one is HTML snippets. It provides full support for HTML5 tags, along with colorization. All you need to do to use it is start typing the name of an HTML tag, and I'll show you how that works. So, here in my index.html file, right after this h1, I'll just start typing the word div, and you can see that there's a snippet right there and this little label right here, in this little info window, shows me that it's being supplied by the html-snippets extension. So, I'll select that one and I'll hit the tab key…

Contents