fdorg / flashdevelop

FlashDevelop is a free and open source code editor.
MIT License
820 stars 220 forks source link

Haxe enhacement: typedef completion support #3190

Open andrew-git opened 3 years ago

andrew-git commented 3 years ago

If possible typedef completion support will be great

typedef TD = {
 var var1:Int;
...
}

var td : TD = { var1