This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-10
Channels
- # aws (45)
- # bangalore-clj (16)
- # beginners (109)
- # boot (137)
- # cider (7)
- # cljs-dev (54)
- # cljsrn (22)
- # clojure (77)
- # clojure-conj (1)
- # clojure-greece (2)
- # clojure-nl (5)
- # clojure-russia (36)
- # clojure-spec (15)
- # clojure-uk (54)
- # clojurescript (118)
- # cursive (7)
- # datomic (25)
- # emacs (33)
- # hoplon (276)
- # klipse (38)
- # lein-figwheel (1)
- # leiningen (9)
- # melbourne (1)
- # off-topic (18)
- # om (98)
- # onyx (6)
- # pedestal (1)
- # perun (24)
- # re-frame (46)
- # reagent (6)
- # ring-swagger (3)
- # spacemacs (67)
- # specter (15)
- # untangled (33)
- # vim (6)
Is cursive going to identify destructuring of default-namespaced map keys? (`:ns/keys` section in http://clojure.org/reference/special_forms#_map_binding_destructuring)
@yonatanel It should already, do you have a case where that is not working?
It doesn't find the destructured var in a function definition when I refactor the name, and it doesn't auto-complete there as well. (defn f [{:my-ns/keys [a b]}] ...)
@yonatanel Oh right, that support is in the recent 1.4.0 EAP builds, it’s not in a stable build yet.