JS Doc @Link support for referring to property of class/interface #43383
Labels
Experience Enhancement
Noncontroversial enhancements
Fix Available
A PR has been opened for this issue
Milestone
Bug Report
🔎 Search Terms
@link
@see
🕗 Version & Regression Information
4.3.0-dev.20210325
💻 Code
For the TS:
Hover over
abc
and view the links.🙁 Actual behavior
None of the links are resolved. I was not able to find a way to have documentation on one property refer to another property
🙂 Expected behavior
If we are following JSDoc,
I'd
expect thatFoo#xyz
would be resolved. However we may also want to support:xyz
(and maybeFoo.xyz
?)The text was updated successfully, but these errors were encountered: