lsp-ui icon indicating copy to clipboard operation
lsp-ui copied to clipboard

file:// link doesn't work

Open wedens opened this issue 7 years ago • 6 comments

When I click clickable file:// link in the doc popup, I get "Point is not at a Markdown link or URL".

It was mentioned before in another issue, but I still have the same problem with the latest lsp-ui (20181007.2219).

wedens avatar Oct 16 '18 04:10 wedens

Yes, I'm also still encountering this issue. I'm using the current develop branch of Spacemacs.

Is there any more information I could provide to help address this issue?

sevanspowell avatar Oct 24 '18 22:10 sevanspowell

I dug into this a little bit, and the error is coming from markdown-mode. Perhaps our doc popup links are not valid markdown links, so its URI recognition and extraction are failing.

acowley avatar Jun 06 '19 15:06 acowley

We have to either find/replace upfront or plug into markdown-mode.

yyoncho avatar Jun 06 '19 17:06 yyoncho

This seems like a really nice feature to get working. In the meantime, does anyone have a workaround that at least gets the link copy-able to paste in a brower? Otherwise, my fallback is a tags file.

shajra avatar Nov 14 '20 19:11 shajra

I confirm the same issue. file:// links cannot be opened from help-mode in the other buffer, despite the full address appears below the modeline on mouse hover.

ru13r avatar Mar 28 '21 22:03 ru13r

There's also this:

https://github.com/emacs-lsp/lsp-ui/issues/452

wraithm avatar Aug 04 '21 20:08 wraithm