emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.03k stars 141 forks source link

file:// link doesn't work #188

Open wedens opened 5 years ago

wedens commented 5 years ago

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).

sevanspowell commented 5 years ago

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?

acowley commented 5 years ago

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.

yyoncho commented 5 years ago

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

shajra commented 3 years ago

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.

ru13r commented 3 years ago

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.

wraithm commented 2 years ago

There's also this:

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