VSCode-EmmyLua icon indicating copy to clipboard operation
VSCode-EmmyLua copied to clipboard

Lua IDE/Debugger Plugin for VSCode

Results 64 VSCode-EmmyLua issues
Sort by recently updated
recently updated
newest added

更新后,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,...

bug

```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...