What is the emacs command to navigate to the definition of a qualified keyword? :) I keep forgetting it haha
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.
maybe we could make go to declaration
go to the ns, while go to definition
keep working as it is
ATM clojure-lsp doesn't implement go to declaration
as is not common for clojure
probably just M-.
?
lsp-find-definition
but it will work only for certain macro keywords like fulcro or clojure spec
Otherwise, you can use lsp-find-references to get all references of that keyword
which is xref-find-definitions