mjbvz / vscode-lit-html

Adds syntax highlighting for html inside of JavaScript and TypeScript tagged template strings
https://marketplace.visualstudio.com/items?itemName=bierner.lit-html
MIT License
318 stars 75 forks source link

CSS Intellisense is not working in lit-html and formatting of html tags #68

Open subhashmatta opened 5 years ago

subhashmatta commented 5 years ago

Hi

I just install the lit-html extension in vscode. Now i am able to get the intellisense for html tags and it works fine, but the issue is it is not autoformatting of html tags even if i am not disabling the auto format.

One more issue or need to be enhanced i really donno.. i am not able to get CSS Intellisense too inside by style tag if it is there it would be great. If it already there and its not working for me can u please help me out with any configuration required.

Thanks Subhash

kkimdev commented 5 years ago

Context: https://lit-element.polymer-project.org/guide/styles#static-styles

chase-moskal commented 5 years ago

is this issue the same as #70?