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

针对文件头部有多行代码注释的文件,使用格式化会错乱 例如使用多行注释如下 --[[ Date: 2022-06-27 16:43:45 Author: xxx Description: xxxx --]] local val = 1 格式化之后会导致注释的最后一行和 第一句代码在同一行, 如同示例中的 样子 `--]] local val = 1`

Preferably opt-in but I understand how valuable usage data is. This would make our IT department happy :) [ go l.UDPReportOnline()](https://github.com/Tencent/LuaHelper/blob/40887c6ce49a4b511576b08b47db56d308c5bd4a/luahelper-lsp/langserver/initialize.go#L223)

可以支持中文变量名吗,我的lua能运行中文变量名的,但无法调试

![image](https://user-images.githubusercontent.com/37564912/232703622-c4a43c98-dca5-41da-bf10-c7e3ad2f6b26.png) 如果是require引入define.lua则在test4.lua的CC字样处查找所有引用只会显示出define.lua的结果,不会出现test4.lua中的CC引用; 但如果是import引入,则会成功查找到所有引用,包括test4和define两个文件中的所有CC

I set the value to 200 because I have a huge monitor but my code is still wrapping like I have a tiny screen. Is there a workaround or another...

将luapath设置为“LuaHelper\luahelper-vscode\debugger\luasocket\win\x64\lua5.1\lua51.exe”后启动单文件调试,无法命中函数内部的断点,但是可以单步执行,使用f11进入某个函数,如果不使用f11会不进入任何函数

在vscode marketplace中点击“安装”,上方提示错误“Cannot read property 'uri' of null” ![screenshot-20230413-141756](https://user-images.githubusercontent.com/34897676/231670620-65721448-6179-4c89-b82b-5425b60f19af.png)

tolua无法部署debug吗?现在debug无法调试,只能用emmylua的进程调试

在VSCode原有Copy Relative Path附近新增一个Copy Lua Style Path

windows下vscode Debug指定luaPath无效,经过测试时因为execSync无法获取到lua -v输出,换成lua -e "print(_VERSION)"可以在execSync中获取到输出