This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-11-27
Channels
- # beginners (91)
- # cider (1)
- # cljsjs (29)
- # cljsrn (8)
- # clojure (51)
- # clojure-berlin (1)
- # clojure-india (1)
- # clojure-russia (26)
- # clojure-spec (15)
- # clojure-uk (1)
- # clojurebridge (1)
- # clojurescript (240)
- # code-reviews (1)
- # cursive (22)
- # datomic (3)
- # editors (6)
- # emacs (24)
- # figwheel (3)
- # lein-figwheel (57)
- # off-topic (4)
- # om (3)
- # proto-repl (7)
- # protorepl (8)
- # reagent (2)
- # rum (23)
- # slack-help (1)
- # spacemacs (2)
Is there any shortcut to switch lines but only of parameters without the parenthesis, for example reordering required namespaces or map keys?
@danielcompton Little late: Thanks for the link! I +1'd it.
@lsenta The idea is that your build tool config file (project.clj, in this case, even though it鈥檚 generated from boot) should represent your project鈥檚 state, otherwise you risk having different behaviour in IntelliJ and when using lein on the command line. Why can鈥檛 you add the directories you need to :source-dirs
or whatever?
@rauh Yes, this would be nice. I believe there鈥檚 an issue for it somewhere, but I can鈥檛 easily search right now.
@yonatanel Do you mean to reorder a map key/value pair within the map?