-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
Description
Here are some very common situations for me:
- I know some function exists, but I don't recall the exact name.
- I think maybe some function exists in
lib
and I want to check before I write it myself
I'm solving these now by using cider-classpath
, C-s
down to the lib
, open the jar, look at the list of files and then picking something that looks promising.
cider-find-ns
would give a completing read of all the available namespaces available on classpath, not just in my own project, and jumps to the selected ns.