Behavior on typing chars with code completion lookup is completely defined by our own handler + added tests for this handler + fixed a few bugs related to this behavior
This commit is contained in:
@@ -3,5 +3,5 @@ fun small(first: Int, second: Int) {
|
||||
|
||||
fun test() = small(12, <caret>)
|
||||
|
||||
// ABSENT: "first ="
|
||||
// EXIST: "second ="
|
||||
// ABSENT: first
|
||||
// EXIST: { lookupString:"second", itemText:"second =" }
|
||||
|
||||
Reference in New Issue
Block a user