LuaHelper
LuaHelper copied to clipboard
LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
针对文件头部有多行代码注释的文件,使用格式化会错乱 例如使用多行注释如下 --[[ 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能运行中文变量名的,但无法调试
 如果是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” 
tolua无法部署debug吗?现在debug无法调试,只能用emmylua的进程调试
在VSCode原有Copy Relative Path附近新增一个Copy Lua Style Path
windows下vscode Debug指定luaPath无效,经过测试时因为execSync无法获取到lua -v输出,换成lua -e "print(_VERSION)"可以在execSync中获取到输出