Skip to main content

Command Palette

Search for a command to run...

What is Emmet

Published
1 min read
What is Emmet
S

Iam currently persuing my bachelors in Computer Science Engineering from KMIT.

Emmet is a plugin for text editors that allows us to write HTML and CSS faster by using abbreviations that expand into full code. It saves alot of time when coding we just have to write a few characters and then expand them into long block of code with a single stroke.

In vs code editor, we don't have to download emmet ,it is already present in it by default.

Features of Emmet

-> Abbreviation expansion

-> Code formatting

-> Code snippets

-> Customization

-> Cross-editor compatibility

Advantages

-> Saves Time

-> Helps us with more consistent code

-> Improves our productivity

-> Widely supported

-> Easy to learn