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

Syntax highlighting works, but Intellisense treats as normal JavaScript #72

Open iansan5653 opened 5 years ago

iansan5653 commented 5 years ago

As seen in the below screenshot, syntax highlighting is working great. However, I can't get Intellisense to show anything other than JavaScript or TypeScript suggestions.

image

System info:

Version: 1.36.0-insider (user setup) Commit: 9ff8ae037e8e6109d65e4b5e3eb3dc60cc187e21 Date: 2019-06-21T07:52:00.716Z Electron: 4.2.4 Chrome: 69.0.3497.128 Node.js: 10.11.0 V8: 6.9.427.31-electron.0 OS: Windows_NT x64 10.0.15063

Let me know what info could help diagnose this and I'll share it.