We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@see
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
#39760 just went in, but doesn't render the new tag to quick info correctly.
Code
/** @see x it is cool */ const y = 1
Expected behavior: Quick info renders "@see x — it is cool"
Actual behavior:
Quick info renders "@see — it is cool"
The text was updated successfully, but these errors were encountered:
@Kingwl we forgot to test the quick info rendering -- since the entity name is no longer part of the comment text, it doesn't render anymore.
Sorry, something went wrong.
sandersn
Successfully merging a pull request may close this issue.
#39760 just went in, but doesn't render the new tag to quick info correctly.
Code
Expected behavior:
Quick info renders "@see x — it is cool"
Actual behavior:
Quick info renders "@see — it is cool"
The text was updated successfully, but these errors were encountered: