-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about other librairies support #25
Comments
Hi Guillaume! At this moment, |
@piotrtomiak Any update on this? Is there any way of providing definitions for web components library so WebStorm could autocomplete it? |
@minijus We have just finished major part of the work and in this week's 2021.3 EAP you can create web-types for any frameworks or with no framework at all with CSS properties and classes support. There is a lot of documentation to be made, but you can already provide web-types. See https://github.com/JetBrains/web-types#upcoming-version-20-of-the-standard |
I have evaluated the conversation from I have thus forked the web-component-analyzer today and started with the implementation of a transformer for web-types: So far the generated I don't plan to keep the fork, it's just for playing around, maybe the transformer can be merged back into the original repo as soon as it is stable... |
@marcobeierer That's really, really cool. I've made an attempt to support |
@marcobeierer Thanks for the project init. I took the freedom to continue your work. Web-Types project is absolutely awesome, I needed a generator for Polymer and Lit ! I temporary released it here https://www.npmjs.com/package/web-component-analyzer-webtypes and put it in Pull request runem/web-component-analyzer#239 . I hope it will be merged :) I started few projects with it:
|
I know this issue is a little old, but I created this package based on the Custom Elements Manifest to generate web types. You can use it with the CEM Analyzer as a plugin or as a standalone build script. I hope this helps https://www.npmjs.com/package/custom-element-jet-brains-integration |
@break-stuff Thanks! |
Hello,
I'm working on a lit-element based web-components library and I would like projects that use it to be able to have autocompletion.
I'm use this project web-component-analyzer to extract the documentation of the components.
Do you think it's possible to generate a web-types.json from a custom-elements.json?
Thx,
Guillaume
The text was updated successfully, but these errors were encountered: