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
Trying to insert a / in the closing script tag triggers completion and then immediately accepts the first item (presumably because / is both a trigger character and a commit character):
html.mov
This feels like odd behaviour. Normally when you use a commit character the item that will be accepted was visible, but here a single character both triggered and accepted code completion.
I feel like probably a commit character should be ignored if it was also the trigger, or if that doesn't seem like good functionality, perhaps the HTML support should better handle the case where you're already inside a tag and pressing /.
The text was updated successfully, but these errors were encountered:
Given the following HTML (which is missing a
/
in the closing script tag):Trying to insert a
/
in the closing script tag triggers completion and then immediately accepts the first item (presumably because/
is both a trigger character and a commit character):html.mov
This feels like odd behaviour. Normally when you use a commit character the item that will be accepted was visible, but here a single character both triggered and accepted code completion.
I feel like probably a commit character should be ignored if it was also the trigger, or if that doesn't seem like good functionality, perhaps the HTML support should better handle the case where you're already inside a tag and pressing
/
.The text was updated successfully, but these errors were encountered: