emmet
Development
Kumaresan  

Emmet not working in VSCode | Emmet Solution

I’m also one of the big fan of Visual studio code 😀

Using emmet we can easily build small and large scale applications. if it’s not working in your VS CODE don’t worry 😉

Just follow the below steps again you can revamp your productivity.

STEP : 1 Open your VSCode

STEP 2: File -> Preferences -> Settings

STEP 3: In settings you can able to see JSON file.

STEP 4: Include your languages and customization options. here I’m going to enable HTML and auto-trigger functionality.

"emmet.triggerExpansionOnTab": true,
"files.associations": {"*html" : "html"}

Then save and close the setting , restart your VSCODE, and see the magic emmet will work 😀

Leave A Comment