Has anybody found a way to access at the sources of a projects dependencies in proto-repl ?
I miss this from Cursive which supports it because it’s built on Intellij I guess
@torbjornvatn Are you saying view the code of your project dependencies?
yes, an imported library environ for instance
@torbjornvatn Take a look at proto-repl:open-file-containing-var in the README https://github.com/jasongilman/proto-repl/blob/master/README.md#keybindings-and-events
Is that what you're looking for?
yes, but I get a java.io.FileNotFoundException: /Users/torbjorn/.lein/tmp-atom-jars/environ/environ/1.1.0/environ-1.1.0.jar/META-INF/MANIFEST.MF
and when I do ls /Users/torbjorn/.lein/tmp-atom-jars/environ/environ/1.1.0/environ-1.1.0.jar
it’s empty
:thinking_face:
so Atom can’t actually open the file