New issue 93 by fintanbo...@gmail.com: class assists require drilling down
package names
http://code.google.com/p/eclihx/issues/detail?id=93
In order for a class to appear in the content assist menu, you need to know
the full package location of the class.
For example
Typing 'MovieClip' isn't sufficient, you need to
type 'flash.display.MoveClip'
This is true even in the case of already imported classes. It makes the
completion feature not that useful when creating new objects.
Comment #1 on issue 93 by goodwi...@gmail.com: class assists require
drilling down package names
http://code.google.com/p/eclihx/issues/detail?id=93
Know about those issues. Hoped it could be resolved on haXe side:
http://code.google.com/p/haxe/issues/detail?id=368. But it looks like I
won't escape construction and updating full library of haXe descriptors.
Will think how to do it better. Again :)