HTML figcaption tag should be suggested when using the full word instead of only "figc" #114923
Labels
bug
Issue identified by VS Code Team member as probable bug
emmet
Emmet related issues
good first issue
Issues identified as good for first-time contributors
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
Steps to Reproduce:
In an html file, write
figure
and press TAB. You'll see the following behavior, which is correct.Try the same with
figcaption
, it doesn't work.Try again with only
figc
, it works.The same issue with
time
tag, but VSCode's Emmet completely doesn't recognizetime
.Expected behavior:
The suggestion should show using the full tag
figcaption
.The text was updated successfully, but these errors were encountered: