Parameter name completion: no insertion on just typing

This commit is contained in:
Valentin Kipyatkov
2015-06-17 21:26:57 +03:00
parent c0126b08c3
commit 22ad1389f5
10 changed files with 65 additions and 11 deletions
@@ -0,0 +1,7 @@
class FooBar
fun f(foo<caret>)
// ELEMENT: *
// INVOCATION_COUNT: 0
// CHAR: ':'
@@ -0,0 +1,7 @@
class FooBar
fun f(foo:<caret>)
// ELEMENT: *
// INVOCATION_COUNT: 0
// CHAR: ':'
@@ -0,0 +1,7 @@
class FooBar
fun f(foo<caret>)
// ELEMENT: *
// INVOCATION_COUNT: 0
// CHAR: ' '
@@ -0,0 +1,7 @@
class FooBar
fun f(foo <caret>)
// ELEMENT: *
// INVOCATION_COUNT: 0
// CHAR: ' '