Code completion: changed dummy identifier for basic completion to ignore context ahead + no invisible symbols on first completion even if nothing matches
This commit is contained in:
@@ -7,3 +7,4 @@ fun test(p: Int) = foo(12, third = "", <caret>)
|
||||
// ABSENT: first
|
||||
// ABSENT: third
|
||||
// EXIST: second
|
||||
// NUMBER: 1
|
||||
Reference in New Issue
Block a user