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

@class 支持匿名 table / table 元素 ?

Open aceyin opened this issue 2 years ago • 2 comments

@class 注解只能作用在 local / global 变量上, 有没有可能支持作用在匿名的 table 上呢? 比如:

local structs = {
   role = 
   --- @class struct.Role
   {
      name = { type=string, }
   }
}

aceyin avatar Jan 05 '23 03:01 aceyin

没有 你完全可以 ---@alias a { name: { type: string }}

CppCXY avatar Jan 05 '23 05:01 CppCXY

我试试

aceyin avatar Jan 11 '23 01:01 aceyin