cursive

bnstvn 2025-11-04T12:04:41.107329Z

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!

bnstvn 2025-11-24T10:19:23.814229Z

(thanks! found it, for the record, these got lost when introduced a variable for the namespace string)

cfleming 2025-11-24T21:09:01.741019Z

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.

bnstvn 2025-11-24T22:47:08.696129Z

yes that would be nice, thanks! fortunately now i could tell claude inline all of these so im good : )

cfleming 2025-11-24T22:55:19.510779Z

Well, IntelliJ will do that for you, and definitely do it correctly and much faster than Claude 🙂

cfleming 2025-11-06T04:07:32.415989Z

This should work, yes. Can you give me an example of a call that's not working?

👍 1