
Haxe / NME intelisense bug on constructor
I noticed a bug with my NME project in Flash Develop, when adding a new import for a class that you NEVER used before and then trying to get the argument for the constructor nothing will show.
For example if I would type the following:
Code:
var a:Bitmap = new Bitmap(
it would automaticly add the right import at top but then nothing show up for the constructor argument.
I have to completely restart Flash Develop in order for the argument to show but only once for any project after flashdevelop will "remember" the class. The intelisense that show all class member / method work directly thought for ex:
would show correctly without needing a restart.
Note that as i said this bug only happen with class you never used before. So an hacky way of fixing it is just to import everything in one file and restart Flash Develop then Flash Develop know about all the classes.