Skip to content
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

support linking to modules & symbols via @link #512

Open
crowlKats opened this issue Mar 6, 2024 · 2 comments
Open

support linking to modules & symbols via @link #512

crowlKats opened this issue Mar 6, 2024 · 2 comments
Labels

Comments

@crowlKats
Copy link
Member

crowlKats commented Mar 6, 2024

as described in https://jsdoc.app/tags-module

a way to get a shortpath from a string that checks its a valid shortpath in this context is necessary.

@crowlKats crowlKats added the html label Mar 6, 2024
@nberlette
Copy link

It would also be great to support the @see tag, which often times include a @link tag within them.

The linking is probably going to be the trickiest part. IIRC the VSCode team had quite a challenge with the contextual linking for their implementation, but theirs is a bit more robust than I'd expect deno doc's would need to be (e.g. linking to parameters by identifier only from an outer JSDoc comemnt).

@crowlKats
Copy link
Member Author

@nberlette #489 for @see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants