EmmyLua / IntelliJ-EmmyLua

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
1.74k stars 293 forks source link

Implemented 'globalparam' annotation #410

Open pouwelsjochem opened 3 years ago

pouwelsjochem commented 3 years ago

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)