LuaLS / LuaLS/lua-language-server
Function assigned to field should be completed as function
未關閉
還沒有人認領這個 Issue。
enhancement
- 主要語言
- Lua
- 星號
- 4.4k
- 分支
- 442
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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?
Completion
Expected Behaviour
When providing an alias for a function in a table, the alias should be treated as a function.
Actual Behaviour
When providing an alias for a function in a table, the alias is treated as a field and does not get completed as a function. Hover shows that the field is a function, but completion does not agree or complete with parentheses.

Reproduction steps
- Use the below code
---@class myTable
local t = {}
---Does a thing
---@param a integer
---@param b string
---@param c boolean
function t.myFunc(a, b, c) end
t.myAlias = t.myFunc
- Try to get completions for the function
t.myAlias
Additional Notes
This would be incredibly useful for aliasing a function — something that luassert does a lot.
Log File
No response
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
使用提供的 t.myFunc 和 t.myAlias 範例在 LuaLS Visual Studio Code 擴充功能中重現此問題,然後追蹤別名的補全與型別資訊處理。完成的標準是:t.myAlias 在補全中被辨識為函式、提供括號,並且與 hover 顯示的函式型別一致。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- lua
- 領域
- devtools
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100