How to enable "Emmet" in visual studio code.
Open command palette by Cmd + Shift + p Enter command user settings User settings file will be opened. Add this command to in the same file { "emmet.triggerExpansionOnTab": true } Save and enjoy :) Ref: https://code.visualstudio.com/docs/editor/emmet User Settings