vuedx / languagetools

A collection of tools for better IDE experience.

Home Page:https://vuedx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable emmet in template

mika76 opened this issue · comments

Is your feature request related to a problem? Please describe.
Emmet does not seem to be supported fully - you can use it from the command palette, but in other html editors it is also part of intellisense and you can just press tab to complete and expand the emmet expression.

Describe the solution you'd like
Enable emmet in the template section so that you can type div.somethin and pressing tab would expand it into <div class="something"></div>

Describe alternatives you've considered
Using the command palette directly. Slow.