emmetio / Emmet.tmplugin

Emmet plugin for TextMate
http://emmet.io
97 stars 11 forks source link

Expanding abbreviations by Tab is almost unusable #5

Open igor10k opened 11 years ago

igor10k commented 11 years ago

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.