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

I love this extension, but I find this feature quite annoying. The idea is great, but it makes it so I can't finish a comment without using the mouse to...

enhancement

希望可以增加require路径提示 谢谢.

com/tang/vscode/luatextdocumentservice.findannotators(Lcom/tang/vscode/api/ILuafile)Ljava/util/List@236 goto Error exists in the bytecode

一直卡在load lua 文件, 大概3秒一个文件,我的lua项目有1000多个lua文件,没法调试一次等他全部加载完,有一个报错不知道是不是这个原因导致,输出日志如下: [B]Symbol : 'udp_open' [B]Symbol : 'udp_strerror' Found all necessary Lua functions [M:ulua.dll, V:510] Debugger attached to process. file not found: local function index(obj,name) local meta=getmetatable(obj) local...

-- b.lua local b = {} function b:Test() end return b -- a.lua local b = require("b.lua") b:Test() a和b都在同一个文件夹下,在vscode中按照folder的形式打开的,如果我没有打开过b文件,则没有办法获得代码提示和Go To Definition功能。如果打开过了,这两个功能就好用了。 重启vscode过后,还得重新打开b文件,才能继续使用这两个功能。 其他的可能涉及到跨文件访问的功能还没有测使 IDEA上是OK的,vscode上是不支持吗? VSCODE: Version: 1.32.3 (user setup) Node.js:...

I love this extension and cannot say thank you enough, but it only seems to work to a certain point in terms of how much code I write in a...

bug

My theme doesn't have pink color anywhere ![image](https://user-images.githubusercontent.com/7345761/51482227-f133ef00-1da6-11e9-9f08-c5d07630fa9c.png)

good first issue
question

A.lua中 ``` lua ---@class A local a = {} --- @alias print fun():void --- @desc 打印 --- @return void function a.print() end return a ``` B.lua中 ``` lua ---@type A...

enhancement

it shows in output panel " һ�� 25, 2019 11:46:56 ���� shadow.org.eclipse.lsp4j.jsonrpc.RemoteEndpoint fallbackResponseError ����: Internal error: shadow.kotlin.KotlinNullPointerException java.util.concurrent.CompletionException: shadow.kotlin.KotlinNullPointerException at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:604) at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577) at java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:443) at...

bug

`local cjson = require("cjson")`. If I autocomplete `cjson.` then nothing is shown.