Skip to content

Emmet support for templates and styles. #124

@Sinled

Description

@Sinled

Hi, thanks for the great tool.

I would like to suggest feature which i currently really missing - it is Emmet support e.g.
when you write

ul>li*3>{$$$} in html or c#000 in styles

in jsbin or codepen

such construction after hitting tab will expand to

<ul>
  <li>001</li>
  <li>002</li>
  <li>003</li>
  <li>004</li>
  <li>005</li>
</ul>

and

color: #000000;

respectively.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions