editors

Discussion about all editors used for Clojure/ClojureScript
dominicm 2016-02-10T06:18:05.000094Z

@cfleming the formatting isn't particularly strange. Sometimes closing brackets are on a newline for readability. And comments are within vectors so that it's known what they're related to.

dominicm 2016-02-10T06:19:15.000095Z

@snoe I've had to go back to sexp for now :( because parinfer keeps breaking things

dominicm 2016-02-10T09:28:31.000096Z

@cfleming: https://github.com/shaunlebron/parinfer/issues/92 this is the one I ran into the other day.

cfleming 2016-02-10T09:35:31.000098Z

@dominicm: I saw that one, thanks. I don’t think I’ve ever seen a case where that would be a problem, but I can see how it would be annoying if you had a situation like that.

dominicm 2016-02-10T09:36:52.000099Z

From my team's project.clj:

:jvm-opts ["-DdevMode=true"
                  ;; -agentPath:/blah/blah/file/url
                 ]

2016-02-10T16:24:39.000101Z

hmmm does clj-refactor completely not work with cider 11? or did i do something wrong

2016-02-10T16:41:33.000102Z

i updated something somewhere and now company-mode isn't working with clojure files and i can't seem to figure out what's causing this

2016-02-10T17:05:38.000103Z

nevermind got it

cfleming 2016-02-10T23:42:27.000104Z

@dominicm: Yeah, I can see that - bummer