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
Emmet will be triggered at the end of the line, but it seems like it shouldn't be. It's only when the :: is present. foo doesn't trigger it, but div does, which is correct.
There might have been other times when it showed up in PHP in an inappropriate place, will keep track of it...
The text was updated successfully, but these errors were encountered:
<?php foo::bar
Emmet will be triggered at the end of the line, but it seems like it shouldn't be. It's only when the
::
is present.foo
doesn't trigger it, butdiv
does, which is correct.There might have been other times when it showed up in PHP in an inappropriate place, will keep track of it...
The text was updated successfully, but these errors were encountered: