Fork me on GitHub
#cursive
<
2018-02-10
>
cfleming03:02:15

@vgamula No, there isn’t right now. I’ll look at that next week and see if it seems like a good idea to add it. In general, I’m a fan of less options if possible.

cfleming03:02:33

I’ll try your repro case from your description and see how it works.

cfleming03:02:18

@solussd Are you using snapshot1? There was an embarrassing bug there where parinfer didn’t work in CLJS, CLJC or EDN files (only CLJ). There’s a snapshot2 which fixed that.

cfleming03:02:40

@firstclassfunc Do you mean the JDK used to run IntelliJ itself?

cfleming03:02:50

Or the one used for your projects?

apt21:02:35

Hi. I'm trying to reproduce this parinfer example from [1]:

(defn foo [a b]
  (+ a b))
->
(defn foo [a b]
(+ a b))
But when I remove the first two spaces from the second line, it only works (= change the parentheses) if I use delete instead of backspace. When I use backspace, it just joins both lines. Is this a bug or something? [1]: https://shaunlebron.github.io/parinfer/#indent-mode