do we have support for goto-definition of java libraries?
yes the work is there and correctly implemented AFAICT.
It's only a matter if adding the JDK sources (if missing) and the dep tree's "sources"
artifacts.
I have work in this area that we hope will make it to CIDER soon enough :)
@vemv the JDK sources are added through the variable cider-jdk-src-paths
, correct? But how about java libraries used as dependencies?
1) I guess so! https://github.com/clojure-emacs/cider/blob/8f51546c0efb36226c4bae7d65465b0e0aa8c06f/cider-util.el#L808 2) via https://github.com/threatgrid/clj-experiments/tree/master/resolve-java-sources-and-javadocs . It works just fine today, have used it the whole year. But before advertising it I'll want to move it to clojure-emacs and maybe tweak this and that. Will be done in 2 weeks
😮 this is amazing. Thanks for this work @vemv