https://kotlinlang.org logo
m

Marc Knaup

04/13/2021, 12:39 PM
Anyone else having frequent brief IDE freezes even with 2021.1? Unfortunately they’re not long enough to trigger an error report. Reformat code: several seconds (esp. annoying when auto-formatting on save) Copy file: several seconds Autocomplete suggestions: up to 2 seconds But the sheer amount of the mini freezes is really annoying.
It’s probably caused by having a large amount of DSL/closures which is quite typical in Kotlin/React projects.
a

Alexey Belkov [JB]

04/13/2021, 1:54 PM
Can you please record a CPU snapshot (https://intellij-support.jetbrains.com/hc/en-us/articles/207241235-Reporting-performance-problems) and file a YouTrack issue with some description of actions.
m

Marc Knaup

04/13/2021, 4:11 PM
Two years passed and my IDE still freezes hundreds of times a day for anywhere between 1 and 30 seconds… When is Fleet ready?
c

christophsturm

02/23/2023, 4:40 PM
I think what you really want is the new kotlin plugin based on k2. intellij idea core is super snappy.
h

hfhbd

02/23/2023, 8:08 PM
Do you mean actual freezes or the annoying macOS flickering? The latter is finally fixed with 2023.1 EAP 5.
m

Marc Knaup

02/24/2023, 11:03 AM
Freezes. k2 might help too, indeed.