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,4 @@
|
||||
fun test() {
|
||||
val vvvvv = 12
|
||||
vv<caret>+12
|
||||
}
|
||||
Reference in New Issue
Block a user