Level 122
How does emmet know that your blade component resolves to a form tag?
Need help, I am trying to fix the emmet/suggestion on my VS Code, when I am writing blade format tags like this,
<x-forms.form action="This action attribute is not coming out in emmet suggestions">
lorem ipsum dolor
</x-forms.form>
the html 'action' attribute is not included in emmet suggestions. I already tried googling for config but like the below setting but nothing works.
"emmet.includeLanguages": {
"blade":"html"
}, "files.associations": {
"*.blade.php" : "html"
}
Please or to participate in this conversation.