calva

pez 2025-09-22T07:41:55.791379Z

Dear Calva friends: https://github.com/BetterThanTomorrow/calva/releases/tag/v2.0.530https://github.com/BetterThanTomorrow/calva/issues/2928 Turns out #shadow-cljs has a notification system for keeping rrepl clients like Calva updated on runtime connects and disconnects. Yay! 🎸 calva

🚀 2
Shantanu Kumar 2025-09-22T12:43:52.230869Z

Hi, if my project pulls in transitive dependencies in a deps.edn project (managed with Calva) and I know the Java class name from the dependencies, is it possible to open the Java class (decompiled or pulled-in source)?

pez 2025-09-22T12:49:21.793959Z

I think it should work to do VS Code’s Go To Definition on the symbol for this.

Shantanu Kumar 2025-09-22T12:55:23.576989Z

When I try to Go To Definition, it says "No definition found for <...>". I reconnected to the nREPL just to be sure the classpath has the Java class - entering (import 'com.foo.TheClassName) in REPL works, but I cannot go to the definition.