Parameter name completion allows user prefix part in the name + more strict prefix matcher used
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
class ZzzYyyXxx
|
||||
|
||||
class YyyXoo
|
||||
|
||||
class Xaa
|
||||
|
||||
fun foo(zzzYyyX<caret>)
|
||||
|
||||
// ORDER: zzzYyyXxx
|
||||
// ORDER: YyyXoo
|
||||
// ORDER: Xaa
|
||||
Reference in New Issue
Block a user