emmetio / sublime-text-plugin

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

Snippet not working after expansion #162

Closed paulmist closed 3 years ago

paulmist commented 3 years ago

I've had this issue repeatedly, usually expanding php + tab as a snippet.

The expected result should be <?php ?> however, when doing this directly after an abbreviation has been expanded it simply jumps the cursor to the end of the previous tags.

screencast 2021-04-21 09-33-08

Package, Sublime and OS (macOS) fully updated.

sergeche commented 3 years ago

It’s a default behaviour of ST tabstops: you should reset it first with Esc key

paulmist commented 3 years ago

Understood - thanks for explaining.