Ordinary completion prefers item matching expected name
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
fun foo(xxx1: String?, xxx2: String, xxx3: Any, xp: String?) {
|
||||
bar(x<caret>)
|
||||
}
|
||||
|
||||
fun bar(pXxx: String){}
|
||||
|
||||
// ORDER: xxx2
|
||||
// ORDER: xxx1
|
||||
// ORDER: xp
|
||||
// ORDER: xxx3
|
||||
Reference in New Issue
Block a user