runem / lit-analyzer

Monorepository for tools that analyze lit-html templates
MIT License
317 stars 36 forks source link

Directives on element parts break Intellisense #270

Open a11delavar opened 2 years ago

a11delavar commented 2 years ago

Consider the scenario with the following style directive:

image

If lit-plugin is activated, VS Code's TypeScript Intellisense breaks only when the directive is used on the element part (The TS snippets are shown generally and are not contextual):

image

image