emmetio / sublime-text-plugin

The essential toolkit for web-developers
https://emmet.io
MIT License
253 stars 29 forks source link

`Esc` key does not reset captured abbreviation #148

Open samu4199 opened 3 years ago

samu4199 commented 3 years ago

When I write an abbreviation that is captured by Emmet and there's also a Sublime Text snippet available, I should be able to press the Esc key to reset Emmet capture and expand the ST snippet with the Tab key. Instead, when I press Esc the underline disappears, but if i press Tab, it still writes Emmet's expanded code. For esample, the html keyword. See video below. I'm using ST version 3.2.2 (3211) and Emmet version 2.3.2

https://user-images.githubusercontent.com/4835731/102844722-4b62e200-440c-11eb-8c80-b732059662d7.mp4