Closed paulmist closed 3 years ago
I've had this issue repeatedly, usually expanding php + tab as a snippet.
php
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.
<?php ?>
Package, Sublime and OS (macOS) fully updated.
It’s a default behaviour of ST tabstops: you should reset it first with Esc key
Understood - thanks for explaining.
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.Package, Sublime and OS (macOS) fully updated.