Did something change on IDEA or did I change some ...
# random
a
Did something change on IDEA or did I change some setting by accident? It now always add a trailing lambda instead of calling functions. when i type
LazyColumn
and select the first suggestion, it turns it into
LazyColumn {}
. It used to call the function instead so that I can pass arguments etc
5
j
AFAIK suggestions are ordered/selected on usage (at least with imports, so if you select a different one a couple of times it will move up in the list)
a
@Jacob Ras both suggestions do the same thing
oh no. wait. they don't
they look the same but the first adds a
{}
while the other adds a
()
no idea which is which, seems like the second one is what I want. Will use that instead and see what happens. Thanks Jacob
j
FWIW: in the Android project I currently have opened in Studio 🐨 I only get one
LazyColumn
suggestion
a
AS is usually lagging behind IDEA, so i dont think it's relevant (unless i enabled any weird setting)
r
I'm guessing you activated K2 mode recently. I've noticed the same thing since activating it.
👀 1
a
I did yes
r
That must be it then
a
Yeah, I noticed this too in K2 mode recently, hoping there becomes a way to change it soon