This is a feature request to include web-types metadata information with ant-design-vue library to provide users of WebStorm (and possibly other IDEs in the future) with precise code completion, inspections and documentation for the components. There has already been 2 requests by users of ant-design-package: https://github.com/JetBrains/web-types/issues/13 and https://github.com/JetBrains/web-types/issues/11
The best solution would be to generate the file based on existing documentation JSONs during the build process and ship it with the library. This solution has been implemented in quasar and bootstrap-vue libraries and is being worked on in vuetify.
I can work on the transformation code itself, but it would be pretty difficult for me to hook into the build process in the correct place, so I need some help from your side, before I can create a PR for this. Additionally we can generate web-types for older versions of library and publish them to @web-types/ scope so that consumers of older versions of library can also benefit from better code assist.
这对于 WebStorm 的代码提示相当重要,希望能添加支持。。。
Here is how code completion will look like with WebStorm 2019.3 and bootstrap-vue 2.1.0:

I think would be a really great help for developers to have such a support for your library.
Is there any updates on that issue ?
Is anyone following up on this issue?
@bigBron I am waiting for some help from the maintainers to start with.
This is the web-types implementation of vuetify.
https://github.com/vuetifyjs/vuetify/blob/c2734d3e7721ad794de84c89ce0486869580742c/packages/api-generator/src/index.js#L331-L461
@bigBron I've actually authored most of that code ;) What I need to know to start is how the documentation is generated? With this information I can plug-in to the build process and generate web-types.json
Most helpful comment
@bigBron I've actually authored most of that code ;) What I need to know to start is how the documentation is generated? With this information I can plug-in to the build process and generate
web-types.json