cider

Samuel Ludwig 2025-12-19T21:10:02.224059Z

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

dpsutton 2025-12-19T21:48:58.918029Z

cider definitely has this

Pavel Filipenco 2025-12-19T21:59:09.993519Z

M-x xref definition

Pavel Filipenco 2025-12-19T21:59:21.752799Z

M-.

Pavel Filipenco 2025-12-19T21:59:38.396369Z

M-, to go back

💯 1
Samuel Ludwig 2025-12-19T22:10:17.284829Z

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

Ed 2025-12-20T00:40:20.812159Z

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