greetings! can "internal lines" autofolding be turned off? found it https://clojurians.slack.com/archives/C0744GXCJ/p1723468601437509
I'm unsure if Cursive is involved in this, but if I have a comment ;; foo in its own line and use the Comment with Line Comment (default: cmd+/) action from Idea, it only removes one ; but leaves the other and goes into the next line? In java // that works as expected removing both?
turning Use ;; for line comments on might solve ur problem?
it does not
Hello, I am not sure if this is the right place to talk about it, but this https://github.com/cursive-ide/cursive/issues/3023 is still happening when loading clojurescript namespaces in a remote repl. I am using shadow-cljs with reframe, and I cannot load clojurescript namespaces after I updated my cursive plugin to 2025.1 - 2025-04-16.
I have tried invalidating caches, deleting pre-compiled stuff (.cpcache, out, target, etc.), and even deleting all IntelliJ files from the project (.iml, .idea) and re-importing the project, but the error still persists
I also had to downgrade IntelliJ and Cursive plugin to get it back to working conditions. Thanks @renata.moura for the pair IntelliJ version + Cursive version that works. @cfleming is there any perspective of a fix for this?
Yes, a few people are reporting this, I'll look into it today and hopefully get a fix out shortly.
I just tried this with a new Shadow project, and I can't reproduce it 😞. I also can't reproduce any of the other similar examples in https://github.com/cursive-ide/cursive/issues/3026. I'm not sure what's going on...
Does anyone have an OSS project that reproduces this that I could test on?
Thanks a lot, @cfleming Just tested the update and it is working now without any issues.
To either of you: does rebuilding your indexes (File | Invalidate Caches, restart) fix this? Several people are reporting problems along these lines, and I can't reproduce any of them. I'm wondering if some sort of index corruption after the upgrade is to blame.
I am having the same issue... Get similar errors with both CLJS and CLJC files... @cfleming help?
I am still facing this issue even after downgrading intellij and cursive
It works with intellij ultimate 2024.3.5 and Cursive 1.14.0-2024.3
There's a fix for this out in 2025.1.1-eap1.