cursive

Issues at: https://git.io/cursive-issues
2021-03-26T05:10:38.106800Z

Is it possible to have more places where we can use the "code folding"? I need something like that to edit large hiccup-based render functions.

AJ Jaro 2021-03-27T01:09:46.109800Z

Whoa @alex-eberts I didn't know that!! Thanks for sharing!!

👍 1
2021-03-26T05:28:02.107Z

Currently, I have code folding handles only near the def and defn.

2021-03-26T05:31:11.107200Z

oh .. I found this related issue https://github.com/cursive-ide/cursive/issues/2042

2021-03-26T06:10:39.109200Z

@vincent.cantin IntelliJ also recognizes blocks bounded by ;; region and ;; endregion which is a decent workaround.

👍 2
1