VS-Latte icon indicating copy to clipboard operation
VS-Latte copied to clipboard

Vs code Emmet not working with latte

Open usama-tariq1 opened this issue 4 years ago • 2 comments

usama-tariq1 avatar Jun 14 '20 21:06 usama-tariq1

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 ?

EncryptSL avatar Jun 17 '20 22:06 EncryptSL

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.

kasik96 avatar Nov 06 '20 10:11 kasik96