IntelliJ-EmmyLua
IntelliJ-EmmyLua copied to clipboard
Implemented 'globalparam' annotation
The @globalparam
is useful when coding with a naming consistency. You can just define the param name once and all function will recognize the parameter with that name. (e.g. @globalparam _spriteObj SpriteObject
or @globalparam _string string
)