is something like this also coming to the kotlin p...
# announcements
c
👍 2
🔥 1
👌 1
😍 2
m
Yes please. It would makes errors in RX chains much easier to deal with
Can you create KT issue tracker issue for that?
g
Wow, great feature! We need it!
+1 to issue
c
ok
k
IntleiJ also does this for
when
and
if
expressions, eg
Copy code
val x: String = when(y) {
        1 -> "1"
        2 -> 2
        else -> "else"
    }
highlights the whole
when
expressions which isn't that useful. Would this count as the same issue?
It matches the example on the linked blogpost, but it's not actually the same thing right?
c
I’m not sure, but maybe it will be implemented in a way that fixes both. it can’t hurt to comment on the ticket with your example
g
This issue marked as duplicate, better to comment on this issue now: https://youtrack.jetbrains.com/issue/KT-32361
c
yeah i posted that link above already
g
Ohhh, right
k
I reported what I was talking about separately: https://youtrack.jetbrains.com/issue/KT-32369