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

目前LuaHelper中自己生成的内置函数的注解中以及有overload关键字,但是使用的时候只提示一种函数签名 ![image](https://user-images.githubusercontent.com/21306025/182998401-bd2b539a-29bf-4239-802d-2d14ab000b1c.png) ![image](https://user-images.githubusercontent.com/21306025/182998561-998bf3c4-bbc4-4f4d-81ce-bf2fe080ce86.png)

能否支持冒号“:”成员方法的自动完成?

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就可以做到这一点。希望能加上这个配置,或者告诉我如何配置。

![594BB3FC0DED6C5CA3221BE663AB44B7](https://user-images.githubusercontent.com/2201159/168410337-e0695313-845a-4cca-8a8b-85b04e03f42e.jpg) ![B21196B4AAA6CD63E50030A01C20D217](https://user-images.githubusercontent.com/2201159/168410341-b28a095d-d2a5-401c-95de-e267378aff22.jpg) 如图所示,是否能够支持像 EmmyLua 中这种特性呢,这在开发过程中真的十分常用,能很大提升便捷性。感谢作者~