spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
practicalli-john 2020-06-19T00:28:55.466300Z

The only thing I have done with Java is navigate the source definitions of methods, using this alias for deps.edn projects https://practicalli.github.io/spacemacs/navigating-code/java-definitions.html Let me know if there are any example projects that would be useful to try out

practicalli-john 2020-06-19T00:30:19.467800Z

Oh and of course there is auto-completion for java methods in clojure-mode, although I havent tested how extensive this is. Seems to work for most of the methods I call (eg. java.util.UUID/randomUUID)