Cursive 2025.2-eap3

Jul 23, 2025

Cursive 2025.2-eap3 is out, bringing a very overdue feature, clj-kondo support! There's a new config panel where you can configure a few things, but hopefully the support should be pretty transparent. You'll be prompted in new projects if you want to use it, and if you do you'll see the linting results in the editor. There's an alt-enter action on those results to disable that particular linter in case you want to do so.

There's also an inspection that you can use to run clj-kondo over your whole project or a specific scope. There's one tricky thing with this if you're used to IntelliJ's inspections - in IntelliJ, each of the kondo linters would be a separate inspection, but here there's only one inspection and you control which linters you want via the kondo config. I mention this because I suspect it's easy to accidentally disable the kondo inspection thinking that you're just turning off a single linter, so take care with that one.

In the next release I'm going to start adding quick fixes to the kondo inspections where it makes sense, so you can fix things with alt-enter as you usually would in IntelliJ.

One last thing, you can also select the kondo version to use in the settings, so it won't require new Cursive releases to keep up with kondo releases, you can just select the new version there.

I'll get the documentation updated shortly.

Here's the issue:

Added

  • Add support for clj-kondo, at last! #3044

Cursive 2025.2-eap2 Cursive 2025.2-eap4