When expanding a tag (with tab key), like “a” or “form”, the text inserted in href is also inserted into the tag :
<a href="inserts here">inserts here too</a>
<form action="inserts here">inserts here too</form>
I should be able to insert first in href or action, then tab to go into the tag to insert tag value.
Also, after adding the href/action value, if I hit tab, it expands a html tag :
<a href="<addedtext></addedtext>">blablabla</a>
<form action="<addedtext></addedtext>">blablabla</form>
This makes xemmet almost unusable.
Emmet is essential to any web programmer. What can I do apart from reverting back to Komodo 10 ?