Fork me on GitHub
#lsp
<
2022-03-08
>
lassemaatta13:03:06

is it expected or a bug that lsp-treemacs-show-call-hierarchy does not show call-sites which are inside defmethod bodies?

ericdallo13:03:26

Hum. interesting

ericdallo13:03:31

looks like a bug indeed

lassemaatta13:03:25

I can submit an issue if you can give a hint whether this might be a problem with clojure-lsp, lsp-mode or rather just lsp-treemacs 🙂

ericdallo13:03:44

it's clojure-lsp bug indeed

ericdallo13:03:50

please open a issue there

lassemaatta13:03:11

at least the lens thing is ok, it shows "2 references" correctly

ericdallo13:03:08

yes, all references seems ok

ericdallo13:03:40

found the issue, itś on clojure-lsp indeed

👍 1
ericdallo13:03:55

we expect to have a var-definition that has the reference inside

ericdallo13:03:02

but defmethod is not a var-definition, but a var-usage