Anyone else getting their IDEA really slow on simp...
# announcements
j
Anyone else getting their IDEA really slow on simple checks in kotlin? Pasting 20 lines takes about 5 seconds to index all the variables
👌 3
m
Had this once. I invalidated the cache and had a better performance afterwards. Give it a try. (File -> Invalidate Cache/Restart -> Invalidate and Restart)
👌 2
j
Yeah I’ve just done that
Didn’t help, been like this for a few weeks
w
Do you use lots of coroutines and/or generics?
j
Not using coroutines in this project and maybe about 10 references of generics
d
I have the same issue. Intellij assistance is just very slow ever since I moved the whole project from common code to jvm
j
what build are you on John and Dico?
AFAIK there's some issue with 2019.2 and 2019.3 intellij builds with regards to editor lag. I think it may have been fixed in the latest EAP build?
j
I think I’m on 2019.2.3, will try getting the latest from EAP tonight!
a