-
-
Notifications
You must be signed in to change notification settings - Fork 413
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
textDocument/hover error if JSDoc param has {@link} #289
Comments
You are showing object property. I am talking about setup functions like onBeforeRouteLeave, that need to be imported like |
Also i import them inside script setup if that might help |
I think I have a related error:
from volar/packages/vscode-typescript-languageservice/src/services/hover.ts - this issue is mentioned next to it |
Please provide repro code or repo. |
I noticed an error on hovering
onBeforeRouteEnter
withvue-router
- it gives me this error:The error is thrown only inside vue files, it works inside typescript files.
I noticed that if I remove the whole
@param
section, then the error goes away.The text was updated successfully, but these errors were encountered: