Carsten Behring
Carsten Behring
So I think that this issue might better be split in 2 different ones: 1. documenting the above snippet as "example" on Calva docu site, if you see it is...
The "docu" of this could be similar to: https://calva.io/clj-java-decompiler/ Of course we needed to explain that there is "calva build-in javadoc support" already (as popup), which is "less complete", then...
referencing: https://github.com/BetterThanTomorrow/calva/issues/1304
"I" get javadocs for JDK classes and methods in "popups", just to confirm.
I investigate a bit, and discovered te following, not sure if known already: 1. The current "javadoc" support of calva depens on the presence of "sources jars" on disk. ->...
I moved the code for the snippet into is own library: https://github.com/behrica/calva-javadoc I realised as well that the code need to use "eval", to dynamically figure out the receiver class...