cursive-ide / cursive

Cursive: The IDE for beautiful Clojure code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplify folding

cursive-ide opened this issue · comments

Cursive has long had an option to fold stack trace lines from outside the current project. However, as JetBrains get stricter on not calling slow operations like index access from the EDT, this has become more and more difficult. So I'm going to switch to what other language plugins do, just folding lines from the language itself (clojure.*).

Fix released in 1.13.2-eap8 on 2024-03-27.

Fix released in 1.13.2 on 2024-04-04.