Simplify folding #2890
Labels
changed
Marks issues describing changes to existing features
released
Marks issues which have had the fixes released in a stable build
released-eap
Marks issues which have had the fixes released in an EAP build
Milestone
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.*
).The text was updated successfully, but these errors were encountered: