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
I am working on a lua api for a C++ game. And users creating these plugins can implement global function that will be called by C++. I tried putting a few type hints into my meta file like these but it did not properly let me autocomplete function on_<tab>