Handle JSDoc {@link ... } inline tags for OS #58491
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
π 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 toprojets\ANFTECS
/** @see {@link D:\Users\jonle\Documents\DEV\projets\ANFTECS\src\game\enum\battle.enums.ts} */
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
work on multi project connected with security and productivity (on the same machine or server)
The text was updated successfully, but these errors were encountered: