VSCode-EmmyLua
VSCode-EmmyLua copied to clipboard
Lua IDE/Debugger Plugin for VSCode
更新后,ctrl+鼠标左键点击显示函数引用的功能失效,回退8月8日之前的版本就好了,望修复
currently EmmyLua truncates information in a hover dialog past a certain point. id like to be able to disable this truncation here's how lua_ls approaches this problem
As of this writing, the library and ignore stanza's seemingly do not work. Here is a simple configuration file: ```json { "runtime": { "version": "Lua5.1" }, "workspace": { "enableReindex": true,...
```lua ---@class A local m = {} ---@overload fun(msgId:number, buffer:string) ---@overload fun(msgId:number) ---@param msgId number ---@param buffer string ---@param len number function m:SendMsg(msgId, buffer, len) end ---@class B local n...