Parameter name completion allows user prefix part in the name + more strict prefix matcher used

This commit is contained in:
Valentin Kipyatkov
2015-06-19 19:20:42 +03:00
parent d95c44f838
commit ecbc7ba5b6
23 changed files with 262 additions and 96 deletions
@@ -0,0 +1,5 @@
class FooBar
fun f(myFo<caret>)
// ELEMENT: FooBar
@@ -0,0 +1,5 @@
class FooBar
fun f(myFooBar: FooBar<caret>)
// ELEMENT: FooBar