typedef Foo = {
?someField:String,
?secondField:Int,
}
class Main {
static function main() {
final foo:Foo = {
s|
secondField: 10,
}
}
}
4.2.5 (secondField can be detected and filtered from completion on vshaxe side, i think, fields after first comma are parsed and filtered already):
Upd: cannot reproduce this result anymore, my mistake, happens only if you trigger completion first and then write s

dev:

4.2.5 (


secondFieldcan be detected and filtered from completion on vshaxe side, i think, fields after first comma are parsed and filtered already):Upd: cannot reproduce this result anymore, my mistake, happens only if you trigger completion first and then write
sdev: