cursive

Issues at: https://git.io/cursive-issues
gabriele 2021-01-09T15:57:07.011500Z

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

emccue 2021-01-09T17:44:14.013Z

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)

emccue 2021-01-09T17:44:36.013500Z

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

emccue 2021-01-09T17:45:15.013900Z

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

emccue 2021-01-09T19:04:33.014300Z

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

emccue 2021-01-09T19:05:56.014900Z

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

emccue 2021-01-09T19:07:48.015100Z

"that please"

➕ 1
cfleming 2021-01-10T20:30:11.016100Z

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

🏕️ 1
1
😃 1
cfleming 2021-01-09T19:41:24.015300Z

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

emccue 2021-01-09T21:59:09.015500Z

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

emccue 2021-01-09T22:45:32.015700Z

https://github.com/cursive-ide/cursive/issues/2483