I'm using IntelliJ 2020.3 and Gradle 6.8-rc-1. Doe...
# gradle
s
I'm using IntelliJ 2020.3 and Gradle 6.8-rc-1. Does anyone have any tips for speeding up auto-complete and IntelliJ analysis of the gradle files, it seems to take like 5 seconds for auto complete to show up, etc... I have seen this is partially a known issue in the past: https://blog.jetbrains.com/kotlin/2020/02/improved-gradle-kts-ide-support/
👍 1
m
What’s the memory limit set for your IDE? With default options I’ve found it way too low which slowed down everything for me.
e
Yes, at the early stage of KTS it was slow (in 2019). But from my testing on a new project (AS 4.2beta02 + Gradle 6.7.1 + all are KTS scripts), it was not too bad, it took around 800-1000ms for auto-complete popup after keying a letter like “c” for classpath. My machine is using Intel i7-7700 with Xmx4g config