What IDE is best for Kotlin development? Intellij ...
# announcements
h
What IDE is best for Kotlin development? Intellij Ultimate 2020 is very slow and hogging a lot of cpu for me so thinking of alternatives now
r
Unfortunately there are not a lot of options out there. On the positive side JB knows about the issues with Kotlin on IJ and seem to be trying to fix them...
j
Are you using a lot of plugins or are you using old hardware? I’d try tweaking settings also, some can be resource intensive
z
A few people I work with use Visual Studio Code or whatever their free offering is. Fewer features, but really snappy.
👍 1
Also have you tried using the 1.4-M1 plugin? I think it might be faster already in some cases.
r
👍 1.4-M1 was significantly faster for me -- and lots of perf fixes are coming in -M2 : https://youtrack.jetbrains.com/issues/KT?q=%23%7BPerformance%20Problem%7D%20%23Fixed%20Target%20versions:%201.4-M2
d
@HexaAre you one worse hardware than an Intel i5 and 16 GB RAM?
h
No I got 32GB ram, 8 cores
🤩 2
b
1.4-M1 plugin is great for performance for jvm-only projects but lots of red underlines in multiplatform