You are on page 1of 1

Emmet

Emmet takes the snippets idea to a whole new level: you can type CSS-like
expressions that can be dynamically parsed, and produce output depending on what
you type in the abbreviation. Try it by selecting Emmet: Expand Abbreviation from
the Edit menu with the cursor at the end of a valid Emmet abbreviation or snippet
and the expansion will occur.

1
ul>li.item$*5

Tip: The Emmet cheat sheet is a great source of Emmet syntax suggestions. To expand
Emmet abbreviations and snippets using the tab key use the
emmet.triggerExpansionOnTab setting. Check out the docs on Emmet in VS Code to
learn more.

JavaScript Type Checking

You might also like