[Free] [Free] How To Code 10 Times Faster With Emmet

Master the life-changing extension – Free Course

What you’ll learn

  • Improve your productivity
  • Use the Emmet extension
  • Coding web application content faster
  • How to manipulate code content with useful “actions”

Requirements

  • A computer
  • An IDE (code editor)

Description

Hello everyone and welcome to this complete Emmet course.

Emmet is a life-changing extension, it makes it much easier to code in HTML but also in JSX, Vue templates, with Svelte and all other JS frameworks.

It is available on all modern code editors, and we will use VS CODE for this course.

The goal is to use shortcuts called “abbreviations” like this: div.container>ul.list>li.item*6

Once written, all you have to do is press ‘enter’ or ‘tab’ to execute them.

    <div class=”container”>

        <ul class=”list”>

            <li class=”item”></li>

            <li class=”item”></li>

            <li class=”item”></li>

            <li class=”item”></li>

            <li class=”item”></li>

            <li class=”item”></li>

        </ul>

    </div>

Great, isn’t it?

There is also a whole range of actions, which make it easier to manipulate the code:
– Surround text with a, span, and tags
– Select content more easily
– Delete tags without deleting the content
– Teleport to the closing/opening tag
– And many other things

Finally, we can also use Emmet in CSS, which allows us:
– To write properties much faster: m => margin, p10 => padding: 10px, bgc#0 => background-color: #000, etc…
– To use shortcuts, just like in HTML: p10+m10+w100%+bg#0 =>

  padding: 10px;

  margin: 10px;

  width: 100%;

  background: #000;

At the end of this course, we will see together how to make Emmet work in JavaScript, and in particular with all current JS Frameworks.

It is an extremely simple and quick skill to acquire, which is quite rare in web development.

See you on the other side,
Enzo.

Author(s): Enzo Ustariz – Web School
Coupon Scorpion
Coupon Scorpion

The Coupon Scorpion team has over ten years of experience finding free and 100%-off Udemy Coupons. We add over 200 coupons daily and verify them constantly to ensure that we only offer fully working coupon codes. We are experts in finding new offers as soon as they become available. They're usually only offered for a limited usage period, so you must act quickly.

Coupon Scorpion
Logo