LuaLS / LuaLS/lua-language-server
Enhancements to properties
Open
Nobody has claimed this yet.
enhancement
feat/LuaCats Annotations
- Dominant language
- Lua
- Stars
- 4.4k
- Forks
- 442
- PR merge metrics
- No merged PRs in 30d
Description
I'd like to declare @fields that might be:
- ready-only (i.e.
__index()exists, but__newindex()doesn't) - read-write
- dynamic (a new value is generated every time
__index()is called)
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 source files or tests are named. Start by tracing how @field declarations and the __index/__newindex entry points are handled, then determine where read-only, read-write, and dynamic properties should be represented. Done means each requested property mode is recognized consistently and has coverage for its expected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100