IntelliJ-EmmyLua icon indicating copy to clipboard operation
IntelliJ-EmmyLua copied to clipboard

Implemented 'globalparam' annotation

Open pouwelsjochem opened this issue 4 years ago • 0 comments

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)

pouwelsjochem avatar Feb 14 '21 19:02 pouwelsjochem