emmetio / brackets-emmet

Emmet plugin for Brackets editor
http://emmet.io
MIT License
489 stars 188 forks source link

Tab navigation doesn't work in Brackets 1.7 #106

Open theorlovsky opened 7 years ago

theorlovsky commented 7 years ago

In Emmet > Preferences... "Expand with Tab" option is checked. I added some abbreviations in custom snippets.json, like "tm" : "<xsl:template match=\"$1\" mode=\"$2\">". I expect that "tm" will expand with cursor position <xsl:template match="here" mode=""> and then I'll press Tab again and cursor will move <xsl:template match="" mode="here">. But all I get is a simple indent. What am I doing wrong?

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