Fork me on GitHub
#lsp
<
2021-05-12
>
David Pham07:05:24

What is the emacs command to navigate to the definition of a qualified keyword? :) I keep forgetting it haha

ericdallo11:05:29

lsp-find-definition but it will work only for certain macro keywords like fulcro or clojure spec

ericdallo11:05:50

Otherwise, you can use lsp-find-references to get all references of that keyword

David Pham15:05:34

What I find odd is, lsp manage to expand correctly the alias and keyword, but I don’t have a shortcut to navigate to the namespace.

ericdallo15:05:50

maybe we could make go to declaration go to the ns, while go to definition keep working as it is

ericdallo15:05:03

ATM clojure-lsp doesn't implement go to declaration as is not common for clojure

borkdude07:05:34

probably just M-. ?

apt14:05:50

which is xref-find-definitions