vuejs / language-tools

⚡ High-performance Vue language tooling based-on Volar.js
https://marketplace.visualstudio.com/items?itemName=Vue.volar
MIT License
5.56k stars 373 forks source link

feat(typescript-plugin): add emit JSDoc support #4365

Closed johnsoncodehk closed 1 month ago

johnsoncodehk commented 1 month ago

Close #1894

It is not possible to generate virtual code that can display emit JSDoc. As an alternative, JSDoc is now calculated from the original type through TypeChecker and attach to the hover message via proxy getQuickInfoAtPosition.