truemed / Jacky.Emmet

Visual Studio Emmet is a Visual Studio extension for Emmet, a web-developer’s toolkit that can greatly improve your HTML and CSS workflow.
MIT License
2 stars 0 forks source link

Visual Studio Emmet

Official Emmet site, learn more about Emmet features.

How to install

  1. Run bin\Jacky.Emmet.vsix.
  2. Restart Microsoft Visual Studio.

How to add syntax and profile rules

  1. Goto %LocalAppData%\Microsoft\VisualStudio\{VERSION}\Extensions, find the extension folder.
  2. Add rules to settings.json.

How to add abbreviations and snippets

  1. Goto %LocalAppData%\Microsoft\VisualStudio\{VERSION}\Extensions, find the extension folder.
  2. Add abbreviations and snippets to snippets.json.

To do

  1. Extension support
  2. Expand abbreviations with Tab key