This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-12-05
Channels
- # adventofcode (50)
- # announcements (1)
- # asami (29)
- # babashka (56)
- # beginners (19)
- # calva (62)
- # cider (12)
- # cljs-dev (1)
- # clojure (42)
- # clojure-europe (214)
- # clojure-france (4)
- # clojure-italy (1)
- # clojurescript (58)
- # community-development (4)
- # cryogen (6)
- # cursive (7)
- # data-science (1)
- # events (3)
- # figwheel-main (1)
- # fulcro (21)
- # lambdaisland (3)
- # malli (17)
- # mid-cities-meetup (1)
- # off-topic (38)
- # pathom (3)
- # reagent (7)
- # reclojure (1)
- # reveal (15)
- # rewrite-clj (11)
- # shadow-cljs (30)
- # sql (21)
- # test-check (14)
- # tools-deps (1)
- # vim (21)
- # xtdb (5)
Hey all - new to Cursive and coming from CIDER - wondering if there is anything comparable to eldoc style function signature hints that stay out of the way in the minibuffer, highlighting each parameter as you come across it?
It’s not quite the same, but there’s this: https://cursive-ide.com/userguide/documentation.html#parameter-info
Yeah I did notice this feature and it is very close . I just personally prefer the fixed location in the minibuffer. Nit-picky I know! 🙂 Thanks for getting back to me
Is there any way to have Cursive auto-format, say, the :requires
list under an ns
form so the :as
(or :refer`) options all line up? I would offer an example but Slack is fighting me. :)