vscode-open-file-from-path
vscode-open-file-from-path copied to clipboard
[Feature request] Detect links and make them clickable
Hello
Is it possible for you to add an option like Detect links and make them clickable?
Can this also be implemented in your add-on?
Eg.:

@kanlukasz Hi, I'm developing an extension like this right now. I have basic functionality based on scanning all workspace files and matching with active document. Check out and please give me your feedback.
@pwarchol Thanks I love it. Any reason why it has to be php specific? Shouldn't it just about work with any absolute / prefix + relative path. Maybe think about rebranding.
@apfelchips Hi, please open discussion in PHP File Link repo.
I didn't know there was such a need, can u provide examples of other languages?
I thing html src/href, js modules links by default.
My extension is based on php-parser, this way I can support php predefined constants like __DIR__.