LuaLS / LuaLS/lua-language-server
[Question] Methods with parameters always show 2 overflows on hover, one typed and one "any"
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 4.4k
- Forks
- 442
- PR merge metrics
- No merged PRs in 30d
Description
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
To only show the typed parameter, not the any parameter. And pick the typed one by default.
Actual Behaviour
My methods with params are always displaying 2 possible overflows, the typed one and one with any as a param type:

By default it selects the any overflow

I have to manually specify the parameter

Then it works


Reproduction steps
Meta file:

Additional Notes
Is it possible to remove the any overflow? Am i missing some definition / setting?
Log File
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the hover behavior in the Visual Studio Code extension using the linked screenshots and meta-file example, then trace how hover signatures and overload selection are produced. Done means the typed parameter signature is shown without the redundant any overload and is selected by default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100