cursive 2026-09-10

That's odd, I've not seen that. Does that happen in all projects, or just one?

for us the project analysis and indexing may take minutes now, that we have 10+ ij modules (because of polylith...) and that's a cost we often need to pay, because we use a lot of worktrees for the same project. during that analysis, we also have this "nothing is resolvable" state, which is quite annoying, because i can't even navigate to a namespace and start reading code, until the analysis is done.

IntelliJ does have some limited analysis available during that state, I'll see if I can figure that out and hook Cursive into it.

I have at least 2 projects where I need to do this pretty much after every opening of that project. One of them needs stubs generated and it fails before the refresh with

Error: Could not find or load main class clojure.main
Caused by: java.lang.ClassNotFoundException: clojure.main

seems like this is more widespread among my projects

Could you send me your log files?