You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Emmet-style HTML, anything I type is always assumed to be PHP which means when I hit 'tab' to complete/expand, it ignores my HTML and opens a PHP tag:
The text was updated successfully, but these errors were encountered:
Tab, (wrong expansion), undo, tab again.
It seems that the default expansion is wrong / php but the second time it's
right
FWIW sometimes I remember to escape first - to clear the default hints /
suggestions and then it expands correctly.
Also worth noting that the same thing happens in less/css. First option for
expansion is some weird, obscure css property and after an escape, THEN, it
shows correct Emmet value...
See #1952 (comment) for updates on this issue. You can now get emmet abbreviation expansion in the suggestion list. This way <?php will not be accidentally chosen
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: