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:
@@ -5,5 +5,5 @@ fun test(p: Int) = foo(12, <caret>, third = "")
|
||||
|
||||
// EXIST: p
|
||||
// ABSENT: first
|
||||
// ABSENT: third
|
||||
// EXIST: third
|
||||
// EXIST: second
|
||||
|
||||
Reference in New Issue
Block a user