cursive

p-himik 2025-06-04T08:24:54.660159Z

Did "Configure indentation" option disappear from all the clojure.core functions? I think it used to be there, but now I don't see it.

p-himik 2025-06-04T08:27:07.623589Z

And the "+" button in File | Settings | Editor | Code Style | Clojure doesn't work...

imre 2025-06-04T15:02:23.454799Z

it's there for me

imre 2025-06-04T15:02:33.037279Z

(latest EAPs)

imre 2025-06-04T15:13:53.024709Z

is this what you're missing?

p-himik 2025-06-04T15:15:12.194509Z

Yes, that's the option. I'll check the EAP version, thanks.

p-himik 2025-06-04T15:28:15.896189Z

Hmm, I still don't have it there.

p-himik 2025-06-04T15:29:38.510239Z

Oh, interesting - it seems to be project-specific. I do have it in a deps.edn-only project. I do not have it in a mixed project. But that second project is imported correctly - everything is resolved, code navigation works perfectly.

p-himik 2025-06-04T15:31:09.920329Z

Aha, and Clojure versions are different between deps.edn and project.clj.

p-himik 2025-06-04T15:32:51.457809Z

Yes, that was indeed the problem - making the version the same fixed it.

imre 2025-06-04T14:07:07.653279Z

Another feature request, this is about color scheme

imre 2025-06-04T14:10:40.060109Z

In https://youtu.be/c0Rl9DKOTOY?feature=shared&t=2290 between 38:10 and 39:06 Nikita talks about quoted/unquoted highlighting in Clojure Sublimed and I like it. I don't think that's possible in Cursive currently. Colin, would you consider adding support for something like it? There are also a few other interesting bits just before this part, namely being able to set a color for the namespace part in a qualified symbol, and rich comment blocks.

cfleming 2025-06-04T20:24:05.665839Z

That is nice, please file an issue and I'll look at that. I also have plans for some inspections for things that constantly trip me up when editing syntax-quotes (having references to variables outside the syntax quote which aren't unquoted, having unquotes outside a syntax quote which is often a copy/paste error etc)

cfleming 2025-06-04T20:25:59.847209Z

There's lots of really great stuff in this video series, but man they're long - I really struggle to find time to watch them.

imre 2025-06-05T09:58:48.954039Z

Thank you. Added https://github.com/cursive-ide/cursive/issues/3038

imre 2025-06-05T09:59:20.171279Z

Agree on the length issue. I basically don't have time to watch videos or listen to podcasts, much prefer written stuff.