This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-18
Channels
- # aleph (4)
- # announcements (2)
- # babashka (48)
- # beginners (59)
- # calva (5)
- # cider (14)
- # clj-kondo (4)
- # cljs-dev (3)
- # clojure (77)
- # clojure-europe (6)
- # clojure-italy (6)
- # clojure-nl (5)
- # clojure-spec (4)
- # clojure-uk (67)
- # clojurescript (19)
- # clr (3)
- # cursive (7)
- # datomic (36)
- # duct (33)
- # events (3)
- # figwheel (1)
- # fulcro (4)
- # funcool (2)
- # graalvm (3)
- # jobs (1)
- # joker (25)
- # kaocha (1)
- # leiningen (45)
- # malli (17)
- # off-topic (103)
- # quil (1)
- # re-frame (16)
- # reitit (1)
- # rewrite-clj (27)
- # shadow-cljs (39)
- # spacemacs (3)
- # sql (11)
- # tools-deps (14)
- # vim (41)
There is a feature in Cursive that allows to treat some macros as definitions e.g. clojure.spec.alpha/def
or re-frame.core/reg-event
which allows to use jump to definition. Is there such feature in cider?
Region is an emacs thing meaning the characters between the point (cursor) and the mark. Most probably you’ll see this as highlighted text in emacs. But this isn’t the default because emacs is strange sometimes
From today’s http://PurelyFunctional.tv newsletter: > Most editors have a setting so you can evaluate expressions inside the comment just like top-level expressions. I think he means CIDER. Why is this a setting? Who would want it to work any other way?
ah ok it’s an emacs thing. I come from Vim, now using spacemacs, and often i’m confused with stuff like: is this a CIDER thing or an Emacs thing 🙂
fwiw: https://www.gnu.org/software/emacs/manual/html_node/emacs/Mark.html this will explain it to me 🙂