Probably a dumb question but I'm using AoC to keep...
# advent-of-code
c
Probably a dumb question but I'm using AoC to keep my Kotlin sharp and have a simple editor question. How do I stop the autocomplete generating my lambdas like this in IntelliJ? I'm sure it didn't used to. The below image generates the following:
Copy code
val lhs = lines.map { string ->  }
which is annoying as I just want to write
it.blah()
but I have to delete the named parameter manually. I assume there's an option somewhere but I can't find it.
c
Ah good. I'm not going mad then 馃檪
j
same problem. it's pretty... annoying 馃檪
p
I'll be honest, I'm not quite ready to switch to K2
j
I switched, but this is how my mornings look like now:
r
I tried switching, and encountered too many small bugs and annoyances, that I switched back. It doesn't feel stable at all, ATM... and the last IntelliJ versions I have been getting regular IDE errors anyway, even without K2 mode 馃槄
m
Ohhh it's because of K2, I was going crazy.
same 1
k
I haven't had any issues with K2 this year
I use 2.0.x