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

Handle JSDoc {@link ... } inline tags for OS #58491

Open
6 tasks done
jonlepage opened this issue May 10, 2024 · 1 comment
Open
6 tasks done

Handle JSDoc {@link ... } inline tags for OS #58491

jonlepage opened this issue May 10, 2024 · 1 comment
Labels
Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature Suggestion An idea for TypeScript

Comments

@jonlepage
Copy link

jonlepage commented May 10, 2024

πŸ” Search Terms

JSDoc @link for local OS

βœ… Viability Checklist

⭐ Suggestion

like this post :
#16498

can we also add support for local OS drive ?
I work on 2 project, and i would like to be able to open external file to another projet .

πŸ“ƒ Motivating Example

ex:
iif am in project projets\ANFTECS-WEB , i would like to add a clickable note link to projets\ANFTECS

/** @see {@link D:\Users\jonle\Documents\DEV\projets\ANFTECS\src\game\enum\battle.enums.ts} */

image

Actually, the link is not clickable, and I need to open the folder and the file manually.
It's just not very time-efficient and productive!
I would like to open the file when I ctrl+click on it, like a web address. Is it possible to add this support ?
Thank you

πŸ’» Use Cases

  1. What do you want to use this for?
    work on multi project connected with security and productivity (on the same machine or server)
@RyanCavanaugh RyanCavanaugh added Suggestion An idea for TypeScript Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature labels Jun 18, 2024
@RyanCavanaugh
Copy link
Member

It's much more common to see a relative path here, since other people might have different usernames, drive configurations, locations of storing their code, operating systems, and so on. What's the advantage of using this form vs a relative path?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting More Feedback This means we'd like to hear from more people who would be helped by this feature Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

2 participants