We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Visual Studio Code Extension (sumneko.lua)
Windows
Hover
.
In the following code:
---@class store<T>: {set:fun(self:store<T>, key:integer, value:T), get:fun(self:store<T>, key:integer):T} local string_store ---@type store<string>
When you hover string_store the type recursively expands leading to a confusing hover hint:
local string_store: store<string>|{ set: fun(self: store<<T>>|{ set: fun(self: store<<T>>|{ set: unknown, get: fun(self: store<<T>>|{ set: fun(self: store<<T>>|{ set: unknown, get: unknown }, key: int...(too long)...):string }
No response
The text was updated successfully, but these errors were encountered:
This bug also seems to affect auto-complete, as in this example the "clear" suggestion isn't appearing...
Sorry, something went wrong.
No branches or pull requests
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?
Hover
Expected Behaviour
.
Actual Behaviour
In the following code:
When you hover string_store the type recursively expands leading to a confusing hover hint:
Reproduction steps
.
Additional Notes
No response
Log File
No response
The text was updated successfully, but these errors were encountered: