Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97355

VS Code Ways to prioritize HTML emmet over Laravel Blade Snippets?

$
0
0

I have a QOL issue that's really irking me where if I were to press the keys (a key => tab key) or (p key => tab key) and even (li => tab) I don't get the a, p or li HTML tags that want in .blade.php files. The emmet still exists, but the blade snippets are being prioritized which is not what I want.

I've tried jamming a bunch of settings in the settings.json file:

"emmet.includeLanguages": {
  "blade": "html",
  "blade.php": "html",
  "php": "html",
},
"emmet.syntaxProfiles": {
  "blade": "html",
  "blade.php": "html",
  "php": "html",
},
"emmet.showExpandedAbbreviation": "always"

Viewing all articles
Browse latest Browse all 97355

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>