Anyone know how to make code completion stop filli...
# intellij
j
Anyone know how to make code completion stop filling in parameter names on inline function calls?
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.
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'.
the situations I'm specifically talking about are things like list.map { SOME_NAME_I_DONT_WANT -> ***cursor gets put here* }
or list.filter, etc.
j
Thank you! That's not perfect, but it's an easier way fix it afterwards. Any idea if the fix on youtrack is in any dev version yet?