Support jsdoc @ linkcode and @ linkplain variations of @ link #43935
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Fix Available
A PR has been opened for this issue
Suggestion
An idea for TypeScript
VS Code Priority
Critical issues that VS Code needs fixed in the current TypeScript milestone
Milestone
Bug Report
π Search Terms
π Version & Regression Information
4.3.0-dev.20210503
β― Playground Link
Playground link with relevant code
Request
JSDoc has two variants of
@link
:@linkcode
for code links@linkplain
for plain text linkshttps://jsdoc.app/tags-inline-link.html
For example:
These variants currently don't seem to be parsed by TS. We'd like these to be treated as links too. I imagine the documentation result from TSServer could simply change from having
{@link
to{@linkcode
on the opening link token, and leave all the formatting up the the editor:The text was updated successfully, but these errors were encountered: