JetBrains / web-types

JSON standard for documenting web component libraries for IDEs, documentation generators and other tools
Apache License 2.0
279 stars 25 forks source link

How can I use web types for Vue.js? #26

Closed xetra11 closed 10 months ago

xetra11 commented 3 years ago

I just read an article about web-types and their use for Vue.js in WebStorm. However I do not quite understand how I as a developer can have this feature in my IntelliJ IDE. Do I need to download a plugin?

piotrtomiak commented 3 years ago

@xetra11 What would you need web-types for exactly? The feature is included with WebStorm and other JetBrains IDEs and if a particular library ships them, you will benefit from good documentation. If a library you're using do not contain web-types, consider contributing them to the library.

If you wish to use web-types for you local project all you do is to build them and link the file in your project's package.json. Please note that in such a case web-types will override all source based analysis.