Fork me on GitHub
#cursive
<
2016-11-10
>
denik16:11:55

Is there a way to separate (and commit) the build configs for a project?

yonatanel17:11:17

Is cursive going to identify destructuring of default-namespaced map keys? (`:ns/keys` section in http://clojure.org/reference/special_forms#_map_binding_destructuring)

cfleming18:11:59

@yonatanel It should already, do you have a case where that is not working?

cfleming18:11:57

Which version of Cursive are you running? You can see that in Settings-&gt;Plugins

yonatanel18:11:40

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]}] ...)

cfleming23:11:35

@yonatanel Oh right, that support is in the recent 1.4.0 EAP builds, it’s not in a stable build yet.