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

## aaa.lua ``` module("AAA", package.seeall); function test() end ``` ### bbb.lua ``` AAA.test() ``` 在bbb.lua中点test可以跳转到aaa.lua

有没有配置可以方便的调整debug时所使用的lua版本

![image](https://github.com/Tencent/LuaHelper/assets/68797579/d3f71205-9f1a-4ea5-b7e9-bd8ded0afae7) i see strange hieroglyphs instead of cyrillic symbols in tooltips. If i add cutom libs to server/meta/template it also shows hieroglyphs instead of cyrillic symbols. How can i fix...

版本:`v0.2.26` ```lua local assets = { -- 动画 Asset("ANIM", "anim/myanimate.zip"), -- 物品栏图标 Asset("ATLAS", "images/inventoryimages/myitem.xml"), Asset("IMAGE", "images/inventoryimages/myitem.tex"), -- 其他图标 Asset("ATLAS", "images/other.xml"), Asset("IMAGE", "images/other.tex") } ``` 在格式化之后会变成 ```lua local assets = {...

![region](https://github.com/user-attachments/assets/21cb9063-ac8d-4f33-afbf-1fcdfa30308e) 大佬,这个可以安排实现吗?

设置了忽略解析的文件夹,还是会自动跳转进那个文件夹,警告也有