Parameter name completion allows user prefix part in the name + more strict prefix matcher used
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class FooBar
|
||||
|
||||
fun f(myFo<caret>)
|
||||
|
||||
// ELEMENT: FooBar
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
class FooBar
|
||||
|
||||
fun f(myFooBar: FooBar<caret>)
|
||||
|
||||
// ELEMENT: FooBar
|
||||
Reference in New Issue
Block a user