Fork me on GitHub
#cursive
<
2020-04-22
>
AJ Jaro12:04:03

I have a CLJC namespace that defines both a defprotocol and a defrecord. When I Find Usages on the defrecord the results include data from CLJS and CLJ namespaces. However, when I Find Usages on the namespace it doesn’t show any usages in CLJS files. Is this a known issue that Finding Usages on namespaces doesn’t include CLJS results? Is there something I can do to resolve this issue locally?

cfleming21:04:19

I don’t think so, I’ll try to reproduce that.