LuaHelper
LuaHelper copied to clipboard
LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
目前LuaHelper中自己生成的内置函数的注解中以及有overload关键字,但是使用的时候只提示一种函数签名  
能否支持冒号“:”成员方法的自动完成?
luahelper.Warn.CheckGotoLable设置不管用
竞品是可以允许Unicode变量名的
I have an addons/path/to/file.lua file in my workspace, but no matter how I tried to change the ignoreFileOrDir setting, it still displays warnings The options I've tried are: - addons/path/to/file.lua...
Hi, I want disable luaFormtter and use another vsode plugin for format code, could you provide a config to disable it?
单文件调试失败
PS D:\Src\lua\> c:/Users/mac/.vscode/extensions/yinfei.luahelper-0.2.16/debugger/luasocket/win/x64/lua5.4/lua54.exe -e "package.path = 'c:/Users/mac/.vscode/extensions/yinfei.luahelper-0.2.16/debugger/?.lua;'.. package.path; package.cpath = 'c:/Users/mac/.vscode/extensions/yinfei.luahelper-0.2.16/debugger/luasocket/win/x64/lua5.4/?.dll;'.. package.cpath; require('LuaPanda').start('127.0.0.1',8818);" "d:/Src/lua/main.lua" [LuaPanda] [Error] reGetSock fail [LuaPanda] [Error] Start debugger but get Socket fail , please install luasocket!...
是我的使用方式有问题吗.. .
对我来说,我更喜欢让一些简单的k,v类型table格式化为一行。加上column_table_limit就可以做到这一点。希望能加上这个配置,或者告诉我如何配置。
  如图所示,是否能够支持像 EmmyLua 中这种特性呢,这在开发过程中真的十分常用,能很大提升便捷性。感谢作者~