Official Emmet plugin for Sublime Text, enabling high-speed HTML and CSS workflow with abbreviations and actions.
Emmet for Sublime Text is the official plugin that integrates the Emmet toolkit into Sublime Text, enabling developers to write HTML and CSS faster using abbreviation expansion and a suite of editing actions. It solves the problem of repetitive coding by transforming shorthand syntax into complete code structures with minimal keystrokes, streamlining front-end development workflows directly within the editor.
Frontend developers and web designers who use Sublime Text as their primary code editor and want to accelerate HTML and CSS authoring through abbreviation-driven workflows.
Developers choose this plugin because it is the official, feature-complete Emmet integration for Sublime Text, offering a wide range of time-saving actions like tag wrapping, image sizing, and math evaluation, all while allowing extensive customization through extensions and settings to fit individual workflows.
Emmet for Sublime Text
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Expands abbreviations like `ul>li*5` into full HTML instantly with Tab or Ctrl+E, eliminating repetitive typing and speeding up markup creation.
Offers over a dozen actions including wrap, comment, image sizing, and math evaluation, covering common front-end tasks directly in the editor.
Allows extensions via user-defined snippets and preferences in JSON/JS files, enabling tailored workflows as per the Extensions support section.
The README explicitly states the plugin is deprecated with no further updates, redirecting to a new version, which risks compatibility and security issues.
Relies on PyV8 binaries that can cause editor crashes and require manual installation on some OSes, as warned in the installation notes.
Tab key expansion is restricted to HTML/CSS syntaxes by default, forcing complex keybinding edits for languages like JSX, as detailed in the configuration guide.