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.
Whoa @alex-eberts I didn't know that!! Thanks for sharing!!
Currently, I have code folding handles only near the def and defn.
oh .. I found this related issue https://github.com/cursive-ide/cursive/issues/2042
@vincent.cantin IntelliJ also recognizes blocks bounded by ;; region
and ;; endregion
which is a decent workaround.