Fork me on GitHub
#cursive
<
2019-07-31
>
Ben Hammond11:07:50

what is the currently recomended version of intellij for deps.edn projects 2019.1.4?

Ben Hammond11:07:10

2019.1.4 is looking good to me

helios13:07:55

I thought it was 2018.x but @cfleming can confirm

manutter5113:07:26

I’m using 2019.1.* with deps.edn, and it’s working acceptably if you don’t mind the wonky paren matching.

Ben Hammond15:07:33

I still have not got used to that

manutter5115:07:43

Yeah, it’s annoying, hope they get that fixed soon. (It’s partially fixed in 2019.2, I hear, but…)

joaohgomes15:07:55

Hey guys! Anyone knows if it is possible to manually “generate stubs”? https://cursive-ide.com/userguide/macros.html#stub-generation Stub modal is not showing for me… Weird that this is exactly the scenario as described in the user guide (java-time).

antonmos20:07:51

FYI, if you get a java.lang.NoClassDefFoundError: java/sql/Timestamp in IDEA 2019.2 AND you are using s3-wagon-private - update the latter to 1.3.2 (it uses newer AWS SDK which doesnt try to load that class)

cfleming22:07:12

@ben.hammond @helios @manutter51 Yes, if you don’t want any problems at all, 2018.3 is the current best version. If you don’t mind the brace matching and you’re not affected by the indexing issue 2019.1 is ok. If you use deps 2019.2 is totally broken. Fingers crossed that 2019.2.1 will fix all of this.

🤞 16
👍 8
cfleming23:07:41

PSA - here are the details on the recent problems with IntelliJ versions, and recommendations about which to use: https://groups.google.com/d/topic/cursive/ntvsiLAehY0/discussion

20