goodwinnk / eclihx

Automatically exported from code.google.com/p/eclihx
0 stars 0 forks source link

class assists require drilling down package names #93

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

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.

Original issue reported on code.google.com by fintanbo...@gmail.com on 10 Jan 2012 at 2:28

GoogleCodeExporter commented 9 years ago
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 :)

Original comment by goodwi...@gmail.com on 10 Jan 2012 at 10:07