Parameter name completion: no insertion on just typing
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
class FooBar
|
||||
|
||||
fun f(foo<caret>)
|
||||
|
||||
// ELEMENT: *
|
||||
// INVOCATION_COUNT: 0
|
||||
// CHAR: ':'
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
class FooBar
|
||||
|
||||
fun f(foo:<caret>)
|
||||
|
||||
// ELEMENT: *
|
||||
// INVOCATION_COUNT: 0
|
||||
// CHAR: ':'
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
class FooBar
|
||||
|
||||
fun f(foo<caret>)
|
||||
|
||||
// ELEMENT: *
|
||||
// INVOCATION_COUNT: 0
|
||||
// CHAR: ' '
|
||||
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
class FooBar
|
||||
|
||||
fun f(foo <caret>)
|
||||
|
||||
// ELEMENT: *
|
||||
// INVOCATION_COUNT: 0
|
||||
// CHAR: ' '
|
||||
Reference in New Issue
Block a user