- Expand abbreviations from multiple cursors.
- Introduce
known_snippets_onlyoption, which is enabled by default for HTML syntaxes. It allows to expand a single-word abbreviation only if it’s a known HTML tag, Emmet snippet or common component pattern. - Improved unmatched CSS abbreviations handling: emmetio#45
Final release of Emmet.
- Support TSX syntax.
- Minor tweaks and improvements in abbreviation activation scopes.
- Improved typing experience: detect unwanted abbreviations in some common cases.
- Improved error snippet for invalid abbreviation
- Disabled Emmet commenting by default
- Complete rewrite of abbreviation tracker (detect abbreviation as-you-type). It should be less annoying: display expanded preview only if abbreviation contains more than one element.
- Explicit Abbreviation Mode: run
Emmet: Enter Abbreviation Modeto enter explicit abbreviation typing mode. Run this action in any syntax to enter abbreviation with real-time preview and validation. Hit Enter or Tab to expand abbreviation, Esc to clear entered abbreviation and exit mode. - Moved preferences from
Preferences.sublime-settings(global to Sublime Text) intoEmmet.sublime-settingsfile. - Syntax highlighting of HTML abbreviation preview.