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

It could be great to have the same feature than in Zerobrane : perfom a 'static' code analysis thru the contextual menu, that will outputs all the warnings/error as a...

In projects with a lot of Lua files (ie 3000+), the CPU is completly locked by the extension for many seconds (ie > 20). The processing done by the extension...

```powershell Windows PowerShell 版权所有 (C) Microsoft Corporation。保留所有权利。 尝试新的跨平台 PowerShell https://aka.ms/pscore6 PS C:\Users\Admin\Documents\vscode_project> c:/Users/Admin/.vscode/extensions/yinfei.luahelper-0.2.19/debugger/luasocket/win/x64/lua5.4/lua54.exe -e "package.path = 'c:/Users/Admin/.vscode/extensions/yinfei.luahelper-0.2.19/debugger/?.lua;'.. package.path; package.cpath = 'c:/Users/Admin/.vscode/extensions/yinfei.luahelper-0.2.19/debugger/luasocket/win/x64/lua5.4/?.dll;'.. package.cpath; require('LuaPanda').start('127.0.0.1',8818);" "c:/Users/Admin/Documents/vscode_project/1.lua" [LuaPanda] [Error] reGetSock fail [LuaPanda] [Error]...

The debugging mode didn't work on my Apple M1 MacBook Air M1 with macOS 12.6 My Visual Studio Code version is 1.71.2 and the Lua plugin is on version 0.2.19...

hello,我在openresty如下输出,LuaHelper报了一个警告,但是看日志输出都是ok的 luaJIT也支持64位了 print(tostring(18446744073709551615ULL - 5)) [Warn type:1], not a number: 18446744073709551615ULL

软链接 ln -s ... 比如 a/a1.lua lua文件里面有注解 b/a(软链接) 这里面的会提示注解重复

比如load函数 lua5.1 load (func [, chunkname]) lua5.3 load (chunk [, chunkname [, mode [, env]]]) 如果使用了lua5.3的load函数,现有的luahelper插件会提示一堆警告

generic 泛型 只在 一个文件里有效

希望能区分冒号的方法,跟点的方法

local ResidentAwardGradeData = {} Class(ResidentAwardGradeData) function ResidentAwardGradeData:Initialize0() if self.rankingType == LuaGameDefine.RankingLightPoint or self.rankingType == LuaGameDefine.RankingRedPoint or self.rankingType == LuaGameDefine.RankingGreenPoint or self.rankingType == LuaGameDefine.RankingBluePoint or self.rankingType == LuaGameDefine.RankingDarkPoint then self.residentHeroTableEntry =...