Saturday, 3 November 2018

How to enable "Emmet" in visual studio code.

  1. Open command palette by Cmd + Shift + p
  2. Enter command user settings
  3. User settings file will be opened. 
  4. Add this command to in the same file
    {
        "emmet.triggerExpansionOnTab": true
    }
  5. Save and enjoy :)
  6. Ref: https://code.visualstudio.com/docs/editor/emmet





    User Settings