From the course: Emmet: Fast and Efficient Web Coding

Unlock the full course today

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

Emmet in VSC problems

Emmet in VSC problems

From the course: Emmet: Fast and Efficient Web Coding

Start my 1-month free trial

Emmet in VSC problems

- [Instructor] There are a few other differences in how Emmet works in Visual Studio Code. Let me point out a few things and give you suggestions on how to work around them so you won't have any trouble. Here's a snippet that we used previously and it expanded into a block of code for the product section of our bee happy bee website. If I use the exact same snippet that we used before it doesn't work. Well, what gigs? It is worth noting that in Visual Studio Code some of the attributes selectors require that you actually add the attribute and not simply add the value inside of the square braces. So before we simply put the value inside of our square braces. If you're working in Visual Studio Code you'll need to add the href equals and then put the value. We're going to need to do the same thing on images. So we'll add src equals and then we'll put the path to the images. And I have one more section where I'm adding…

Contents