jdonaldson/vaxe

auto complete on "trace(" produce an error

Closed this issue · 3 comments

I just notice that when typing "trace(" the auto complete triggers (after the opening of parenthesis) but fail with this error:

"Compiler error: [0] No classes found in trace"

This should be fixed with the latest push.

Cool

I just verified and while it does not show the error anymore, there is
no thing showing neither.
I guess that's what the compiler provide anyway?

Thanks

On 5/9/13, Justin Donaldson notifications@github.com wrote:

This should be fixed with the latest push.


Reply to this email directly or view it on GitHub:
#17 (comment)

That's correct... trace is a special keyword in Haxe, and it's not a "real" function. So, there's no completion information.