Emmet.tmplugin icon indicating copy to clipboard operation
Emmet.tmplugin copied to clipboard

Expanding abbreviations by Tab is almost unusable

Open igor10k opened this issue 11 years ago • 0 comments

I know that it's a well known issue, and that it won't be fixed until TextMate will provide the needed ⇥ API, but still it's an issue and I think it should be described here so that others know that too.

So it goes:

div.|

expands to

<div class="|"><div>

then you type the name of the class

<div class="someclass|"></div>

pressing ⇥ expands to

<div class="<someclass></someclass>"></div>

so chaining is broken. It's not of such a nuisance in HTML, but it breaks all the CSS workflow.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

igor10k avatar Apr 23 '13 19:04 igor10k