New issue 96 by musil.j...@gmail.com: Enhancement: Local variables
completion
http://code.google.com/p/eclihx/issues/detail?id=96
Couldn't eclihx go beyond the --display and help auto complete local
variables? Simple parsing could be enough thanks to "var" keyword. It would
suggest all variables declared in current file, in cases when preceding
char is not "."
Ok, I admit it's not that easy (you might parse the method params as well).
But I see small interest in improving --display from haxe devs because
FlashDevelop, which most haxe developers are using, does
suggest/autocomplete variables.