LuaLS / LuaLS/lua-language-server
[Feature Request] hover.expandClass
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 4.4k
- Forks
- 442
- PR merge metrics
- No merged PRs in 30d
Description
Currently when hovering a function to see the params, if an param is an alias, its possible values are shown as a part of the param description.
Would it be possible to have something similar for classes, where if a class is used as an param, the param description could show the extended class definition (possibly showing extended nested arguments if applicable)?
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
No files or tests are named. Start by tracing the existing hover behavior that expands alias parameter values, then compare it with the requested class screenshots. Done means a class used as a parameter shows its extended class definition, including nested arguments where applicable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100