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,11 @@
class ZzzYyyXxx
class YyyXoo
class Xaa
fun foo(zzzYyyX<caret>)
// ORDER: zzzYyyXxx
// ORDER: YyyXoo
// ORDER: Xaa