In Clojure mode, when I use lsp-find-definition, it doesnโt locate the referenced symbol unless Iโm jacked in and have opened and manually evaluated the file. Is there something Iโm missing in my setup?
Is lsp-enable-xref set?
yes
its set to true
debug it, using edebug is not that hard. Find the definition of the command, instrument it and call it.
I will try that! ๐
edebug & the built-in profiler are the multipliers, my understanding of Emacs and elisp significantly improved after I spent time learning how to use them. And it really isn't too complicated. Takes trying them a couple of times, reading the docs, finding the relevant commands, etc. - shouldn't take too long.