Is there a way to get code completion (Intellisense) to work for web components in VS Code?
I'm currently using version 3.0.0-alpha.10 of the web components library, and I always encounter red line errors for the web components. How can I fix this issue?
Details:
- Web Components Version:
3.0.0-alpha.10 - VS Code Version: latest version
- Usage Method: Using the package via a CDN link because npm support is not available yet.
Steps to Reproduce:
- Include the web components library using a CDN link in your project.
- Attempt to use the web components in your HTML/JavaScript code.
- Observe the red line errors in VS Code.
What I've Tried:
- Checking for updates in VS Code extensions.
- Searching for relevant VS Code settings or extensions that might support this version of web components.
Additional Context:
Any tips or extensions that can help with this issue would be greatly appreciated.