Links in tooltip go to wrong buffer #3995
-
I'm working with function foo() end
---@see foo
function bar() end Hovering over Note that function Is this an issue in |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I've just tested it with VSCode. And it interprets the file link returned by lua-language-server correctly. Are these kind of file links supported by lsp-emacs? |
Beta Was this translation helpful? Give feedback.
-
in general, sounds like a bug: we should handle that case here: https://github.com/yyoncho/lsp-mode/blob/master/lsp-mode.el#L4862 |
Beta Was this translation helpful? Give feedback.
-
PR at #3999 |
Beta Was this translation helpful? Give feedback.
PR at #3999