Fork me on GitHub
#cider
<
2015-12-12
>
naomarik17:12:31

is it possible to look into a jar file's source? it looks like in cursive with intelliJ the project dependencies are all in a list and you can peak inside the source code for any library

blueberry17:12:36

If I remember well, when your project has an active repl, you select a symbol and then M-. leads you to the definition, which can be a file in a jar...

naomarik18:12:51

@blueberry: just found you can call cider-find-ns as well

bozhidar18:12:27

yeah, it’s possible

bozhidar18:12:37

you just have to have the source jar somewhere on your classpath