Should I be able to get an EAP build at the moment? I’ve checked it in settings, but am still seeing 2025.2-252 as the latest version
I don't get any EAP updates either:
Manual install from disk works fine. IntelliJ IDEA 2025.2.4 (Ultimate Edition) Build #IU-252.27397.103, built on October 23, 2025
I wanted a version of Cursive that wasn’t so dramatic with the clj-kondo warnings
I upgraded to 2025.3 to see if that fixed it but it still isn’t picking up the update
Yes, you should be able to, I'm not sure why you wouldn't be offered the version that's there. You can manually download it from https://plugins.jetbrains.com/plugin/8090-cursive/versions/eap and install from disk as a workaround.
Nice! Will it autoupdate away from that when a new version comes out?
In theory yes, although in theory it should have updated you to the EAP version too - fingers crossed!
Hmm, now clj-kondo isn’t checking anything. It’s enabled for this repo and was working before
Umm... I'm not sure. I'll check tomorrow morning to see if there's useful logging to enable.
Hey sorry, I forgot to get back to you. You can enable some debug logging so we can hopefully see what's going on. Help | Diagnostic Tools | Debug Log Settings and enter cursive.kondo.KondoAnnotator there. Then modify a Clojure file so it re-annotates, and hopefully you'll get something useful in your log file.
bug report: some special symbols like new and finally do not report as "can't be resolved"
But on eval, it throws
Syntax error compiling at (dev.clj:11:1).
Unable to resolve symbol: new in this contextnote: both com clj and cljs 🙂
WARNING: Use of undeclared Var cljs.user/new at line 1 <cljs repl>