calva
calva copied to clipboard
Code navigation fail after starting repl
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.
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.