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
This only appears to be a problem when defining a function using the full function name() end syntax, and does not occur when defining it in the table literal.
The text was updated successfully, but these errors were encountered:
I have run into an interesting issue while documenting Busted and luassert.
When defining a function that lives inside some nested table, I am not receiving completions in another file.
Here is a minimal example:
In that same file, I receive completions for:
However, in another file, I do not… with completions ending at the below:
Even more interestingly, defining
myClass
as the below, makes completion start working again in other files.This only appears to be a problem when defining a function using the full
function name() end
syntax, and does not occur when defining it in the table literal.The text was updated successfully, but these errors were encountered: