Hi, I have a deps.edn project - in a .cljs file when I Ctrl+click on .write in (.write dest msg) I want it to go to the Node.js method definition, but Calva opens the java.io.Writer class in Writer.java from the JDK. Is it possible to configure a Calva project to point to a Node.js SDK for the desired effect for CLJS files?
This would be very sweet, but currently Calva doesn’t have anything that can help with it.