LuaHelper
LuaHelper copied to clipboard
LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
[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...
 把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:  Auto-complete and code documentation works well, it only seems to be...
遇到一个文件无法使用在文件内查询所有的符号, 用sumneko编写的插件 Lua Language Server coded by Lua 可以正常解析文件内的符号,希望可以改进