-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Quick info returns wrong jsdoc tag for function overload #30181
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
Comments
Hi, I'd like to take this. |
@RyanCavanaugh Should Milestone now be changed to 3.8.0? |
@karfau Confusingly, 3.8.0 is the version for the beta, which is already out. 3.8.1 is the full release. I think we do this for compatibility with versioning in Visual Studio. |
@sandersn |
I don't think so. I haven't been doing it and I don't think @RyanCavanaugh has a policy or bot to do so. |
* Correctly resolve tags for function overloads. Fixes microsoft#30181 * Better fix for microsoft#30181. Added more unit tests * Fix commentsOverloads tests * Fallback to first signature when doc and tags are empty
TypeScript Version: 3.4.0-dev.20190301
Search Terms:
Code
foo
on the last lineExpected behavior:
No deprecation tag shown since we are using the non deprecated
Actual behavior:
A deprecation tag is returned in the quickinfo response:
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: