hi! i remember (?) that i was very pleasantly surprised some years back that when i clicked on usages for a Clojure function in intellij/cursive, it kept track of the the .invoke() calls from Java — now i work on a project with lots of interop stuff, it would be very useful (and its not happening) what needs to be in place for this? or i was hallucinating back then? thanks!
(thanks! found it, for the record, these got lost when introduced a variable for the namespace string)
Yes, I think that's it, I can check if IntelliJ allows me to figure out relatively constant values like that one, but right now it only works with explicit strings. It would be useful if that case did work, because you often want to have a variable for a namespace you refer to multiple times.
yes that would be nice, thanks! fortunately now i could tell claude inline all of these so im good : )
Well, IntelliJ will do that for you, and definitely do it correctly and much faster than Claude 🙂
This should work, yes. Can you give me an example of a call that's not working?