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.
And the "+" button in File | Settings | Editor | Code Style | Clojure doesn't work...
it's there for me
(latest EAPs)
is this what you're missing?
Yes, that's the option. I'll check the EAP version, thanks.
Hmm, I still don't have it there.
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.
Aha, and Clojure versions are different between deps.edn and project.clj.
Yes, that was indeed the problem - making the version the same fixed it.
Another feature request, this is about color scheme
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.
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)
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.
Thank you. Added https://github.com/cursive-ide/cursive/issues/3038
Agree on the length issue. I basically don't have time to watch videos or listen to podcasts, much prefer written stuff.