Closed korinVR closed 10 years ago
Hi,
This is primarily a limitation of the Haxe compiler, since it only provide completion info after .
or (
symbols, no "toplevel completion" of any kind.
You can always use this.|
to get available members;
I thought about doing it 'under the hood' for some time.
But the compiler team is developing new toplevel completion features, as mentionned here : https://github.com/clemos/haxe-sublime-bundle/issues/129, so I'll add support for that soon, as I believe it has not been released yet.
Best
Sublime Text 3 Build 3059 / Haxe 3.1.3
I don't know whether this is the compiler related or the plugin related.
(Person.hx)
(Ninja.hx)