microsoft / typescript-lit-html-plugin

TypeScript server plugin that adds intellisense for lit-html template strings
MIT License
255 stars 21 forks source link

auto-completion for CSS inside of style tags #8

Closed ghost closed 6 years ago

ghost commented 6 years ago

In the following snippet:

html`
<style>
  div {
    display: flex;
    alig <-- cursor here
  }
</style>
`

I get alignItems if I press tab instead of align-items. Can this plugin recognize the