This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-20
Channels
- # aws (1)
- # babashka (68)
- # beginners (68)
- # braveandtrue (6)
- # calva (4)
- # cider (10)
- # clj-kondo (26)
- # clojure (76)
- # clojure-dev (18)
- # clojure-europe (1)
- # clojure-norway (25)
- # clojure-spec (8)
- # clojure-sweden (7)
- # clojure-uk (3)
- # clojuredesign-podcast (1)
- # clojurescript (11)
- # conjure (29)
- # cursive (31)
- # datomic (29)
- # emacs (12)
- # fulcro (29)
- # graphql (3)
- # helix (2)
- # hoplon (39)
- # hugsql (4)
- # malli (3)
- # off-topic (62)
- # pedestal (8)
- # re-frame (23)
- # reagent (14)
- # rewrite-clj (10)
- # shadow-cljs (18)
- # spacemacs (3)
- # sql (13)
- # xtdb (32)
Is there a way to list all publics of a namespace in a helm and navigate through their source code?
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
@U6SEJ4ZUH i think cider-browse-ns
achieve this?
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.