VS-Latte
VS-Latte copied to clipboard
Vs code Emmet not working with latte
File>Preferences>Settings and write in search field Emmet: Include Languages, And write this into settings.json
All about Emmet from Microsoft Docs: https://code.visualstudio.com/docs/editor/emmet
"emmet.includeLanguages": { "latte": "html", }
We can try this implement into this extension by default but i don't know how for this time. ;)
@kasik96 What you think about this ?
Not sure if it's possible to do in Extension. But it's a nice workaround. Thanks. I don't have much time to work on this, but eventually, if it's possible, I will fix it.