calva icon indicating copy to clipboard operation
calva copied to clipboard

Code navigation fail after starting repl

Open megayu opened this issue 10 months ago • 1 comments

We can see where a function is called from by cmd(ctrl)+left-clicking the function name at its definition, and we can also jump to its definition by cmd(ctrl)+left-clicking on the function name where it's called. However, after starting repl, the latter still works while the former doesn't anymore. Exiting repl restores it.

megayu avatar Apr 30 '25 01:04 megayu

Thanks for the report! 🙏

Note to Calva Team: Since only clojure-lsp provides the functionality to find references I think we probably fail to check both providers here when repl provider is available.

PEZ avatar Apr 30 '25 16:04 PEZ