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

Macro parameter parsing not working #1160

Closed barisyild closed 5 months ago

barisyild commented 6 months ago
@:build(MacroTest.Build({int: 123, bool: true, array: [true]}))

class MacroTest {
    public static function Build(data:Dynamic)
    {

    }
}

image

As you can see in the image, it does not parse the macro parameters.

m0rkeulv commented 5 months ago

Fixed in 1.5.3