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
When a parameter for a function is defined as fun(param:type), the auto-complete when you're using that function stops working beyond typing "fun" #857
---@paramcallbackfun(text:string)localfunctionmy_fun(callback)
callback()
end
When you go to call it using my_fun(), the auto-completer suggests "fun(text:string), but if you start typing func the auto-completer loses the suggestion.