This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-05-25
Channels
- # adventofcode (3)
- # aleph (24)
- # architecture (8)
- # beginners (53)
- # boot (34)
- # cider (7)
- # clara (68)
- # cljs-dev (6)
- # cljsrn (3)
- # clojars (10)
- # clojure (71)
- # clojure-germany (2)
- # clojure-italy (10)
- # clojure-nl (25)
- # clojure-serbia (4)
- # clojure-spec (13)
- # clojure-uk (48)
- # clojurescript (31)
- # core-async (62)
- # cursive (13)
- # datomic (4)
- # duct (76)
- # editors (4)
- # fulcro (2)
- # immutant (1)
- # instaparse (1)
- # jobs (1)
- # lein-figwheel (1)
- # mount (1)
- # off-topic (12)
- # onyx (8)
- # re-frame (10)
- # reagent (84)
- # reitit (2)
- # ring (2)
- # shadow-cljs (159)
- # spacemacs (2)
- # specter (17)
- # sql (14)
- # tools-deps (10)
- # yada (15)
is it indexing in the background?
@danielcompton on my pc, when I switch to JDK10 or GraalVM on Project SDK**, my autocomplete is way slower (JVM8 = faster autocomplete)
Ah yep that’s it @souenzzo wondered if it was JDK10 related
I didn’t mention it because I assumed only the IntelliJ JDK would be important and that one is on 8
@alexmiller no indexing that I could tell
Yep. My intellij always use the same JDK (not sure what JDK is). But on project when I switch the SDK affects autocomplete
@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.
ok thanks, in any case, the button color make it looks like it’s disabled although it’s not 😓
Yep I had JDK9 active as my SDK
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
@danielcompton What do you mean by “above the UI”?