microsoft / typescript-lit-html-plugin

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

Autocomplete seems to be broken #41

Open vedtam opened 1 year ago

vedtam commented 1 year ago

Hi,

Having the latest version of the plugin in VSCode, on mac OS. I'm a long time user, recently switched to a new notebook, but after reinstalling my stack, the plugin doesn't give any suggestions when typing basic HTML tags. Before I could write: .foo => <div class="foo"></div>, but now it doesn't seem to work.

Any ideas or settings I might need to enable to get it working?

Plugin version: v1.11.1 VSCode version: 1.69.1 Osx: 12.4

tronicboy1 commented 1 year ago

What is your TypeScript version? Are you running the project TypeScript or VS Code's TypeScript?

I think all the lit related plugins breaking seems to be a typescript version issue.

cWenyu commented 12 months ago

Hi,

I'm facing a similar issue to auto close tag inside lit HTML template since vs code version 1.77, Have you got a solution?

Thanks Wenyu