Skip to content

macksal/jsdoc-link

 
 

Repository files navigation

JSDoc Link

Preview JSDoc link in-place.

VS Code began to support JSDoc @link syntax for JavaScript and TypeScript since version 1.57, which is really cool and helpful, but at the same time could result in low readability on the doc itself, especially if alternative text is used:

With this extension, all @link will be converted to just the link text when the line is not currently selected, and the hovering message is kept as well.