If possible typedef completion support will be great ``` typedef TD = { var var1:Int; ... } var td : TD = { var1 ```