Fork me on GitHub
#cursive
<
2018-05-25
>
Alex Miller (Clojure team)00:05:13

is it indexing in the background?

souenzzo00:05:12

@danielcompton on my pc, when I switch to JDK10 or GraalVM on Project SDK**, my autocomplete is way slower (JVM8 = faster autocomplete)

danielcompton00:05:56

Ah yep that’s it @souenzzo wondered if it was JDK10 related

danielcompton00:05:23

I didn’t mention it because I assumed only the IntelliJ JDK would be important and that one is on 8

danielcompton00:05:52

@alexmiller no indexing that I could tell

souenzzo00:05:18

Yep. My intellij always use the same JDK (not sure what JDK is). But on project when I switch the SDK affects autocomplete

cfleming01:05:02

That’s interesting, I’ll see if I can figure out why that is.

cfleming01:05:35

Has anyone noticed this with JDK9? I haven’t heard anything.

cfleming01:05:27

@gphilipp I’ll try to reproduce that, IIRC nREPL just does a Thread.kill() so I’m unlikely to be able to do more than that.

gphilipp12:05:29

ok thanks, in any case, the button color make it looks like it’s disabled although it’s not 😓

danielcompton01:05:08

Yep I had JDK9 active as my SDK

danielcompton02:05:35

It's a little bit better with JDK8 but still noticeable. It only shows up on the completion stuff that shows above the UI (parameters, suggested imports), the completion list below is fine

cfleming09:05:37

@danielcompton What do you mean by “above the UI”?