wyqcghs

Results 4 comments of wyqcghs

加上---@type 注解就能解决这个问题

> 在方法定义前一行加 ---@type XXXData 似乎无效 建议先看一下 注解功能 的相关文档 https://github.com/Tencent/LuaHelper/blob/master/docs/manual/annotate.md

> > 在方法定义前一行加 ---@type XXXData 似乎无效 > > 建议先看一下 注解功能 的相关文档 https://github.com/Tencent/LuaHelper/blob/master/docs/manual/annotate.md 先用 ---@class 注解标记 xxxData 再用 ---@type 注解把 xxxData.Instance 标记为对应的类型就可以了。

> > > > 在方法定义前一行加 ---@type XXXData 似乎无效 > > > > > > > > > 建议先看一下 注解功能 的相关文档 https://github.com/Tencent/LuaHelper/blob/master/docs/manual/annotate.md > > > > > > 先用 ---@Class 注解标记...