LuaHelper icon indicating copy to clipboard operation
LuaHelper copied to clipboard

LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.

Results 158 LuaHelper issues
Sort by recently updated
recently updated
newest added

[Error - 08:50:45] Connection to server is erroring. Shutting down server. [Error - 08:50:45] Connection to server is erroring. Shutting down server. [Error - 08:50:45] Connection to server got closed....

Your plugin has been immensely useful and helpful, thank you! Can you please tell me how the autocompletion/intellisense functionality in the plugin is implemented? Or where it's implemented? I'm running...

![image](https://github.com/Tencent/LuaHelper/assets/38815862/110619d6-04e5-4371-8ee6-67e19b1f0856) 把cwd改成${workspaceFolder}/bin/,但调试时发现工作目录仍然是${workspaceFolder}

https://github.com/Tencent/LuaHelper/pull/155

Does LuaHelper support custom a code completion/autocomplete database? I'd like to export our game's lua-reflected API to the IDE if at all possible. Thanks in advance for any info! -Bill

# 测试代码 如下: ```lua ---@type number[][] local mdArray = {{1,2,3}, {4,5,6}} local subArray = mdArray[1] local element = subArray[1] ``` # 预期 mdArray 被识别为 number[][] subArray 被识别为 number[] element 被识别为...

看设置中给的格式化指导网址, 发现这2个配置项无法设置, 希望能增加适配上

[Error - 20:21:53] Starting client failed Launching server using command c:\Users\Administrator\.vscode\extensions\yinfei.luahelper-0.2.22\server\lualsp.exe failed.

Hey there! Using EmmyLua annotations, class fields with a `fun()` type have broken syntax highlighting: ![Comment is not green](https://user-images.githubusercontent.com/5695015/235884048-48100ee2-457d-4266-9587-477ce2aaadd5.png) Auto-complete and code documentation works well, it only seems to be...

遇到一个文件无法使用在文件内查询所有的符号, 用sumneko编写的插件 Lua Language Server coded by Lua 可以正常解析文件内的符号,希望可以改进