cursive

2025-10-17T09:18:00.850899Z

solved Cursive works with Workspaces... but the plugin drops the fact that your project is a (in my case) deps project. "Add as Clojure Deps project" makes everything lovely again. does cursive work well with IDEA workspaces. I've created a two-project workspace; one clojure (which works fine with Cursive when stand alone) and the other a bash-ey-script-ey thing. It's not even getting ns right 😢

2025-10-18T08:52:12.626399Z

My (one day's) experience is that it works ok for editing. Come to think of it, though, I don't think I span up a REPL (somehow I feel I need to justify a day without REPL to a slack full of clojurists — it was just one of those days).

2025-10-17T09:19:31.393419Z

Workspaces is (are?) a jetbrains plugin... so not part of the standard IDE build: https://blog.jetbrains.com/idea/2024/08/workspaces-in-intellij-idea/ If they're too fancy, then let me know.

cfleming 2025-10-17T19:42:55.233259Z

Yes, I've played around with them and asked on the JB forum, but they're still pretty half-baked. The basic problem is that much functionality is presented through tool windows, and there's no good way to establish which sub-project a particular toolwindow relates to. A workspace is really more like one massive project than anything. Anyway, they're working on it, currently most of the APIs I'd need to use to fix this are internal only, I'm hoping this will improve over the next couple of releases.