Colton Idle
03/19/2020, 6:22 PMval asdf = "asdf"
when (asdf) {
"abc" -> {
}
else -> {
}
}
and then comment out the first line, it takes about 15 seconds for the when
statement to show as invalid (the asdf var is underlined in red).
How would I get a trace in order to file a bug for this? How can I help JB with this issue?Alexey Belkov [JB]
03/20/2020, 7:17 AMthanksforallthefish
03/20/2020, 7:43 AMAlexey Belkov [JB]
03/20/2020, 8:04 AMAlexey Belkov [JB]
03/20/2020, 8:05 AMColton Idle
03/20/2020, 1:32 PMColton Idle
03/20/2020, 1:38 PMAlexey Belkov [JB]
03/24/2020, 1:51 PMThe CPU usage is high or IDE is slow
If you can continue working with the IDE, but it feels slower than expected or CPU usage is high read below
Colton Idle
03/25/2020, 3:43 PM