Vitali Plagov
12/28/2021, 3:49 PMfun foo(a: Int, b: String, c: Boolean) = /*...*/
fun bar(a: Int, b: String, c: Boolean) {
/* some work */
foo( // I press the ctrl+space here to show the code completion. Ideally would be to give an option to pass it to foo() all arguments of the bar()
}
Eugen Martynov
12/28/2021, 4:39 PMAlexey Belkov [JB]
01/17/2022, 10:25 AMfoo(
, it suggests to insert "a, b, c" at once.