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?
Type Checking, Annotations
Expected Behaviour
The fields of children in @field properties table<string, PropsClass>? when non-nil should have a tooltip with their associated field typings and comments.
Actual Behaviour
The fields of children in @field properties table<string, PropsClass>? when non-nil do not have a tooltip with their associated field typings and comments. Instead displaying as ambiguous and no highlighting to indicate a warning or error:
Reproduction steps
See [Actual Behaviour].
Additional Notes
No response
Log File
No response
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?
Type Checking, Annotations
Expected Behaviour
The fields of children in
@field properties table<string, PropsClass>?when non-nilshould have a tooltip with their associated field typings and comments.Actual Behaviour
The fields of children in
@field properties table<string, PropsClass>?when non-nildo not have a tooltip with their associated field typings and comments. Instead displaying as ambiguous and no highlighting to indicate a warning or error:Reproduction steps
See [Actual Behaviour].
Additional Notes
No response
Log File
No response