cursive

misha 2025-04-25T07:29:36.048759Z

greetings! can "internal lines" autofolding be turned off? found it https://clojurians.slack.com/archives/C0744GXCJ/p1723468601437509

thheller 2025-04-25T10:06:08.412799Z

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?

onetom 2025-05-14T07:09:04.068269Z

turning Use ;; for line comments on might solve ur problem?

thheller 2025-05-14T07:24:15.480459Z

it does not

😞 1
Renata Cristina Moura Chupel 2025-04-25T15:34:48.722599Z

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.

Pedro Boschi 2025-05-02T12:52:41.571929Z

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

Pedro Boschi 2025-04-29T17:47:41.942869Z

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?

cfleming 2025-04-29T21:51:15.592829Z

Yes, a few people are reporting this, I'll look into it today and hopefully get a fix out shortly.

2
cfleming 2025-04-30T04:51:58.463209Z

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...

cfleming 2025-04-30T04:52:36.807539Z

Does anyone have an OSS project that reproduces this that I could test on?

Pedro Boschi 2025-05-07T14:56:38.224809Z

Thanks a lot, @cfleming Just tested the update and it is working now without any issues.

👍 1
cfleming 2025-05-01T22:24:14.653889Z

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.

Pedro Boschi 2025-04-25T15:36:30.958839Z

I am having the same issue... Get similar errors with both CLJS and CLJC files... @cfleming help?

Renata Cristina Moura Chupel 2025-04-25T18:08:51.717889Z

I am still facing this issue even after downgrading intellij and cursive

Renata Cristina Moura Chupel 2025-04-25T19:01:47.226159Z

It works with intellij ultimate 2024.3.5 and Cursive 1.14.0-2024.3

cfleming 2025-05-06T03:02:58.907199Z

There's a fix for this out in 2025.1.1-eap1.