Colton Idle
06/30/2022, 7:02 PMESchouten
06/30/2022, 7:32 PMColton Idle
06/30/2022, 7:34 PMESchouten
06/30/2022, 7:42 PMagrosner
06/30/2022, 8:05 PMandylamax
06/30/2022, 9:50 PMColton Idle
06/30/2022, 9:55 PMagrosner
06/30/2022, 9:58 PMJurriaan Mous
07/01/2022, 7:44 AMColton Idle
07/01/2022, 4:59 PMmcpiroman
07/01/2022, 6:00 PMColton Idle
07/01/2022, 6:03 PMagrosner
07/01/2022, 7:58 PMandylamax
07/02/2022, 3:38 AMDaniel Skogquist Åborg
07/02/2022, 2:13 PMagrosner
07/02/2022, 2:25 PMColton Idle
07/02/2022, 2:26 PMagrosner
07/02/2022, 2:28 PMephemient
07/03/2022, 5:45 AMchristophsturm
07/03/2022, 2:47 PMAnton Yalyshev [JB]
07/04/2022, 9:40 AMwhat exactly makes editing kotlin files so slow in ideaactually we described some reasons of slow performance that may be fixed by a user. You can see them here: https://blog.jetbrains.com/kotlin/2021/06/simple-steps-for-improving-your-ide-performance/#tips And also sometimes our perf. engineers find abuse of star imports in files. If you use just only some (not much) declaration from a package - it’s better to define them in imports block directly, and not use * for the whole package. What about other reasons - they usually lies somewhere in interaction with indexes or compiler resolve. And there’s no much ideas how it can be improved on user side. For IntelliJ Kotlin plugin team IDE performance is top-1 priority and most of our current tasks are about its improving.
christophsturm
07/04/2022, 10:19 AMColton Idle
07/04/2022, 11:42 PMephemient
07/04/2022, 11:44 PMagrosner
07/04/2022, 11:44 PMColton Idle
07/05/2022, 12:55 AMagrosner
07/05/2022, 1:18 AMandylamax
07/05/2022, 1:55 AMAlexey Belkov [JB]
07/05/2022, 10:52 AMColton Idle
07/05/2022, 12:21 PM.snapshot
as recommended above, but I don't know how to open/read the file.
1. I would love to open the file and read it myself to know if theres somethign small/stupid its stuck on
2. Before I make a bug report, I want to make sure no personal info is in itAlexey Belkov [JB]
07/07/2022, 10:29 AMColton Idle
07/07/2022, 1:08 PM