Fork me on GitHub
#spacemacs
<
2020-12-02
>
Drew Verlee21:12:30

If i user cider-find-var from my project to a dependency i get the expected result. However, sense i'm no longer in a project (projectile) i can't really search around. Anyone have a good way to search dependencies?

practicalli-johnny01:12:08

If the source of a library dependency is avalable, I just clone that SPC g c into a new layout SPC l l For Java, I downloaded the source code and can browse that from jar files just like the Clojure standard library. The Jar just needs to be on the Class path and it should work (assuming the jar contains the information you need).