Tencent / LuaHelper

LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
Other
588 stars 91 forks source link

返回泛型数组是否不支持 #193

Open ghost90240 opened 3 months ago

ghost90240 commented 3 months ago

---@generic T 
---@param param1 T
---@return T[]
local function test_one(param1)
end

local a = test_one(xxxx)    -- 此处的a提示的是T[]类型,而非真正传进去xxxx的数组类型
kaishiqi commented 1 month ago

https://github.com/kaishiqi/LuaHelper/releases/tag/0.2.26.1

@ghost90240 我魔改了一版,请试试看效果