Anyone know how to make code completion stop filling in parameter names on inline function calls?
jonathan olds
11/27/2024, 5:08 AM
I don't know when it started happening, but it's making me nuts and I can't figure out a way to turn it off. The one reasonable option I could find ("Replace 'it' with explicit parameter" in Intentions) was already unchecked.
jonathan olds
11/27/2024, 5:10 AM
I feel like there are about a million different layers that factor into code completion now, including AI. I really just want the function name and brackets and to be left in peace with 'it'.
jonathan olds
11/27/2024, 5:12 AM
the situations I'm specifically talking about are things like list.map { SOME_NAME_I_DONT_WANT -> ***cursor gets put here* }