HaxeFoundation / intellij-haxe

Haxe plugin for IntelliJ Platform based IDEs (IDEA, Android-Studio)
http://intellij-haxe.org
Apache License 2.0
219 stars 100 forks source link

error @:overload #113

Open ericfillipe1 opened 9 years ago

ericfillipe1 commented 9 years ago

haxe

ericfillipe1 commented 9 years ago

https://github.com/andyli/jQueryExternForHaxe/blob/master/jQuery/JQuery.hx

EBatTiVo commented 9 years ago

@:overload appears in the list of macros that the BNF understands. However, @:jQueryVersion() doesn't. My guess is a bug in the lexer.

eliasku commented 8 years ago

+1 subscribed yes, we need to add ? for @:overload expression. Very high usage of non-parameterized @:overload meta in Java and C# externs, which able to broke completion