EmmyLua 注解标记总结

周日,这么热的天完全不想出门,来公司玩了几乎一天的极地大乱斗。乏了,整理下清单,顺便把上周刚抽空看的 EmmyLua 注解标记整理下。只记录常用的,因为记多了,但没咋用的话,很快就忘了,不如不记。

用法

---@class my_type[:parent_type] [@comment]

类型

---@type my_type[|other_type] [@comment]

参数类型

---@param param_name my_type[|other_type] [@comment]

返回类型

---@return my_type[|other_type] [@comment]

参考

EmmyLua for IntelliJ IDEA 注解功能

原文地址:https://www.cnblogs.com/nickcan/p/14999060.html