Fix the end of the replaced identifier for completion with tab char
Stop removing (, ), {, }, + and so on.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
fun foo(f: (Int) -> Unit) = 12
|
||||
|
||||
fun test() {
|
||||
val vvvvv = 12
|
||||
foo {vv<caret>}
|
||||
}
|
||||
Reference in New Issue
Block a user