You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oops forgot about this for a bit, apologies but heres an example
localmt= {}
--[[ test--]]functionmt.__call(self:any, meow:"mrrp")
endlocaltbl=setmetatable({}, mt)
-- doesnt show the ui that shows the function args, and the functions doc commenttbl()
Currently luau lsp doesnt show the ui w the function arguments and descriptions for __call metamethods, despite __call being basically a function
The text was updated successfully, but these errors were encountered: