wawandco / visho

VSCode extension to boost your Plush productivity to the moon.
https://marketplace.visualstudio.com/items?itemName=wawandco-tools.visho
MIT License
7 stars 0 forks source link

Shortcuts of html, css and javascrip are not working within a Plush File #5

Open YanDeLeon opened 1 year ago

YanDeLeon commented 1 year ago

Shortcuts and suggestions for embedded languages should be enabled on a .plush.html file

Steps to reproduce:

Type any html tag on a .plush.html file and no suggestions will show

YanDeLeon commented 1 year ago

Apparently we need to add The following lines to our vscode json settings to make emmet work with plush:

"emmet.includeLanguages": { "plush": "html" }, @paganotoni

paganotoni commented 1 year ago

Is this something that the extension does? or the user?

YanDeLeon commented 1 year ago

The user needs to do it.

I checked this out over here : Issue