protorepl

torbjornvatn 2017-03-09T13:27:10.377984Z

Has anybody found a way to access at the sources of a projects dependencies in proto-repl ?

torbjornvatn 2017-03-09T13:29:03.392639Z

I miss this from Cursive which supports it because it’s built on Intellij I guess

jasongilman 2017-03-09T13:50:26.574455Z

@torbjornvatn Are you saying view the code of your project dependencies?

torbjornvatn 2017-03-09T13:51:06.580494Z

yes, an imported library environ for instance

jasongilman 2017-03-09T14:47:53.211097Z

@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

jasongilman 2017-03-09T14:48:05.213326Z

Is that what you're looking for?

torbjornvatn 2017-03-09T15:12:23.526393Z

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

torbjornvatn 2017-03-09T15:12:45.530955Z

and when I do ls /Users/torbjorn/.lein/tmp-atom-jars/environ/environ/1.1.0/environ-1.1.0.jar it’s empty

torbjornvatn 2017-03-09T15:12:49.531870Z

:thinking_face:

torbjornvatn 2017-03-09T20:11:26.497240Z

so Atom can’t actually open the file