Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mutsuntsai/jsdoc-link

Preview JSDoc link in-place.
https://github.com/mutsuntsai/jsdoc-link

jsdoc typescript vscode-extension

Last synced: about 1 month ago
JSON representation

Preview JSDoc link in-place.

Awesome Lists containing this project

README

        

# JSDoc Link

> Preview JSDoc link in-place.

VS Code began to support JSDoc [`@link`](https://jsdoc.app/tags-inline-link.html) 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:

![](https://github.com/MuTsunTsai/jsdoc-link/raw/main/docs/1.png)

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.

![](https://github.com/MuTsunTsai/jsdoc-link/raw/main/docs/2.png)