vscode-open-file-from-path icon indicating copy to clipboard operation
vscode-open-file-from-path copied to clipboard

[Feature request] Detect links and make them clickable

Open kanlukasz opened this issue 4 years ago • 3 comments
trafficstars

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.: obraz

kanlukasz avatar Dec 21 '20 07:12 kanlukasz

@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 avatar Apr 25 '21 13:04 pwarchol

@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 avatar May 23 '21 16:05 apfelchips

@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__.

pwarchol avatar May 23 '21 17:05 pwarchol