Completion: immediate members get higher priority in the list
This commit is contained in:
@@ -15,5 +15,5 @@ class Test(val br2 = 12) {
|
||||
|
||||
// "br" function is before other elements because of exact prefix match
|
||||
|
||||
// ORDER: br, br4, br5, br1, br2, br3, break, brf
|
||||
// ORDER: br, br4, br5, br2, br3, brf, br1, break
|
||||
// SELECTED: 0
|
||||
Reference in New Issue
Block a user