-
-
Notifications
You must be signed in to change notification settings - Fork 7k
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
[Feature Request] Support jetbrains web-types standard #7674
Comments
@KaelWD Looking to contribute, since it's labelled |
Unless it's already done as I see there is json for various versions of vuetify already on JetBrains/web-types repo. |
@vaibhavhrt I think the idea is to create a script that automatically generates a new The files located in |
We already have |
@KaelWD thanks, I will take a look at it when I get home after work. |
@KaelWD , I have set up development environment and took a look at the api-generator code. It's quite a bit of code so might take a while to figure out whats going on and what to add to create one more file, so please be patient, it might take me a while before I open a PR. |
nvm created a PR, it's work in progress but created PR anyway so that I can receive some help and feedback. |
…ains IDEs (#9440) * create intial web-types.json, doesn't matches the schema * web-types in poper format, but names need captalization * make linters happy * don't change stuff in gitignore * make linters even more happy * convert name to pascal case * add schema * feat: Properly transform components and directives to match schema. * feat(web-types): add source property for components * feat(web-types): improve directives metadata * feat(web-types): include web-types in vuetify dist closes #7674
Problem to solve
Code completion and hints in jetbrains IDEs
Proposed solution
Publish a web-types.json file to npm and link it in package.json
https://github.com/JetBrains/web-types
https://youtrack.jetbrains.com/issue/WEB-31682#comment=27-3538850
The text was updated successfully, but these errors were encountered: