Janne252 / vscode-fontawesome-auto-complete

Auto-complete & preview Font Awesome icons in any language.
https://marketplace.visualstudio.com/items?itemName=Janne252.fontawesome-autocomplete
GNU General Public License v3.0
15 stars 2 forks source link

Not working with `.twig` (symfony) files or `.blade` (laravel) #11

Closed kanlukasz closed 4 years ago

kanlukasz commented 4 years ago

Not working with .twig (symfony) files or .blade (laravel) Many people use this frameworks to create web applications

Janne252 commented 4 years ago

Have you tried adding **/*.twig to the extension setting fontAwesomeAutocomplete.patterns? That setting defaults to

[ "**/*.html"  ]
kanlukasz commented 4 years ago

Ok, you got me 😜 Of course it works