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 remember that the table keys used to be correctly suggested in a previous version. In my real example I use a table<string, CustomClassType> instead of integer. I want to annotate it as table to enable type checking and coloring for the table elements.
---@typetable<string, integer>localx= {
a=1,
b=2,
c=3
}
x. -- <- try to complete here
Additional Notes
No response
Log File
No response
The text was updated successfully, but these errors were encountered:
How are you using the lua-language-server?
Visual Studio Code Extension (sumneko.lua)
Which OS are you using?
Windows
What is the issue affecting?
Completion
Expected Behaviour
Actual Behaviour
Reproduction steps
I remember that the table keys used to be correctly suggested in a previous version. In my real example I use a
table<string, CustomClassType>
instead ofinteger
. I want to annotate it astable
to enable type checking and coloring for the table elements.Additional Notes
No response
Log File
No response
The text was updated successfully, but these errors were encountered: