Jsdoc annotations on multi-word props #5215
Labels
good reproduction ✨
This issue provides a good reproduction, we will be able to investigate it first
🔨 p3-minor-bug
Vue - Official extension or vue-tsc version
2.2.4
VSCode version
1.97.2
Vue version
3.5.13
TypeScript version
5.7.2
System Info
Steps to reproduce
Just create a new Vue app with
npm create vue@latest
and create a ts component with with jsdoc annotations for props, like this:What is expected?
I expect to see jsdoc annotations on hover for all props.
What is actually happening?
Looks like jsdoc annotations are showed on hover only for props with one or two words, not for more.
I tried with an older version of Vue extension (2.2.2) and everything works fine.
This works:
This works:
This doesn't work:
Link to minimal reproduction
https://github.com/fabruex/vue-test-jsdoc-props
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: