Re: [WICG/webcomponents] Editor support for WebComponents (#776)

I've been reading through and I'm curious if there's been any consideration for dynamic tag names. (It's a long thread, maybe I missed it) At work, we use prefixes to allow multiple versions of our WC library to be run at the same time.

here's an example index.d.ts I've been using with Preact that gives me full autocomplete for regular HTML tags and was curious if it'd be possible with the JSON files proposed.

https://gist.github.com/MSFTKonnor/a28d93cd88240a24cba884d5a77be9e8

 or am I looking at needing to run a custom language server to generate the file htmlData JSON files on the fly that can account for different namespaces?


-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/776#issuecomment-1486133018
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/776/1486133018@github.com>

Received on Tuesday, 28 March 2023 02:59:34 UTC