Fork me on GitHub
#cider
<
2020-06-20
>
zhuxun217:06:40

Is there a way to list all publics of a namespace in a helm and navigate through their source code?

jumar17:06:50

If you want source code why not just jump into the namespace?

zhuxun217:06:11

I guess jumping is what I do right now but I wish there was something that allows me to glance through all the functions and maybe fuzzy search a function name

dpsutton19:06:53

@U6SEJ4ZUH i think cider-browse-ns achieve this?

jumar06:06:20

There’s this thing in spacemas I use: SPC i j

👍 3
zhuxun217:06:12

It would have been very useful when learning a API-dense library

zhuxun217:06:55

Sometimes even more useful than the online API reference

Drew Verlee20:06:40

Given i have a ~/.clojure/deps.edn with a :deps {:extra-deps <some-lib>} i would expect that when i run cider-jack-in in my project i would expect to see <some-lib> on the class path and be able to require it. However, i don't see it and i can't require it.

dpsutton21:06:20

are those extra-deps under a alias?

dpsutton21:06:49

just do it with a bare clj. if it works there it should work with cider