Fork me on GitHub
#cursive
<
2021-01-09
>
gabriele15:01:07

EDIT: fixed by upgrading intellj to the latest version :man-shrugging: ------ after i updated cursive (i was behind several versions) something changed with the formatting, if i write

(defn test |
and press enter where | is it doesn't indent by two like i would expected
(defn test 
  |
but
(defn test
      | 
it's driving me mad, any suggestions? cursive version: 1.10.1-eap1-2020.1 IntelliJ IDEA 2020.1.2 (Ultimate Edition) Build #IU-201.7846.76, built on June 1, 2020

emccue17:01:14

How hard would it be to write an intelliJ plugin that displays a horizontal line directly above every top level form in a namespace (except the ns declaration)

emccue17:01:36

Asking here because idk if there is some part of cursive i can "hook in to" to make it easier

emccue17:01:15

and also because this is the place where intelliJ using people be

emccue19:01:33

Actually - intelliJ has a setting called "show method seperators"

emccue19:01:56

but trying it out it doesn't seem like it plays well with cursive

emccue19:01:48

"that please"

3
cfleming19:01:24

Sure, if you could file an issue I’ll look at making Cursive obey that.

emccue21:01:09

Will do - thanks for the responsiveness you're a gentleman and a scholar

cfleming20:01:11

Thanks! I’m currently doing support from a caravan, but when that is no longer the case I’ll fix that.