LuaHelper
LuaHelper copied to clipboard
LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
刚刚做Lua二次开发不久,我们做的项目非原生lua 代码底层自带有很多的全局变量如sys,log等 如果勾选了 Check No Define 会提示1k+的警告信息 可是如果不勾选他又无法直观的看到项目中哪些变量有问题 使用`luacheck` 可以通过添加参数`--globals sys log`这样的方式来忽略这些变量的警告 使用`LuaHelper`是否有类似的好办法呢
单文件调式文档上说的不是不需要LuaPanda.lua文件,并且不会引入socket.core这个核心库吗?
引入描述文件
请问有没有考虑引入描述文件,类似typescript的方案,从而获得对宿主程序api的提示能力,也方便用户做一些额外扩展 对于具体的描述文件(如unity api),倒是可以慢慢补
如何直接使用配置文件来限定luaformat
[Error - 9:47:14 AM] Connection to server is erroring. Shutting down server. [Error - 9:47:14 AM] Connection to server is erroring. Shutting down server. [Error - 9:47:14 AM] Connection to...
 这是日志输出
这几行LuaPanda源码,会出现这样的错误 ``` --sync breaks to c if hookLib ~= nil then hookLib.sync_breakpoints(); end ``` ``` Error:Editor/LuaPanda:1132: bad argument #-1 to 'sync_breakpoints' (string expected, got nil) stack traceback: [C]: in function...
I have attemped to add it to lspconfig in my local machine with following settings https://github.com/younger-1/nvim-lspconfig/commit/c3e0e977d40d5fd05452ba2e62258aa724a36e3a. And I can't make luahelper LS attach to my buffer. This is what I...
如何引入一个自定义的template呢? 好像没有发现有这项功能