cider 2025-12-19

browsing through the CIDER docs and haven't been able to find anything yet, is there a command for something like "go-to definition of symbol at point", where if my cursor ('`|`') is in the symbol |dec/url-decode, it would open up the ring.codec namespace, navigated to url-decode's definition? or would that be an lsp- command instead? edit: ah, i see, lsp-find-definition is probably the best option, I was trying to use lsp-goto-implementation to negative avail

cider definitely has this

M-x xref definition

M-, to go back

💯 1

ahhh I was trying xref-goto-xref (i was clearly too focused on the goto keyword)

I don't know about you, but I'd heard "goto" was considered harmful ...