-
-
Notifications
You must be signed in to change notification settings - Fork 397
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
hover on prop showing less info than before #1971
Comments
Can you try setting |
It works! Thanks |
It's also works to me without setting |
@johnsoncodehk this issue exists in v1.0.3 when |
I use volar v1.0.7, but I also can't see the more jsdoc description. any other setting?
|
@SD-Gaming Are you using Vuetify 2? Vuetify 2 does not have built-in type support for components. I generate it myself. You can refer to this guide vuetifyjs/vuetify#14798 (comment) . |
Before:
Volar shows acceptable types of the hovered prop and its description(jsdoc), perfect!
Now:
Volar only shows the type of the argument passed to prop.
The text was updated successfully, but these errors were encountered: