japetsky's avatar

HTML Snippets not working on Blade file

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" 
}
0 likes
2 replies
Snapey's avatar

How does emmet know that your blade component resolves to a form tag?

japetsky's avatar

@Snapey

Hi, I think it should automatically detect since I have the required snippets installed and emmet has its default HTML tag for autocomplete/suggestions for regular HTML file

Please or to participate in this conversation.