LuaHelper
LuaHelper copied to clipboard
LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
Title says it all, cheers.
## aaa.lua ``` module("AAA", package.seeall); function test() end ``` ### bbb.lua ``` AAA.test() ``` 在bbb.lua中点test可以跳转到aaa.lua
有没有配置可以方便的调整debug时所使用的lua版本
 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 = {...
 大佬,这个可以安排实现吗?

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