阿唐

Results 33 comments of 阿唐

抱歉这会才看到,还有这个问题?

随便写一个lua文件(实际项目用不到的,但在IDEA里) `api.lua` ```lua ww = { gg = { aa = function() end, bb = function() end, ---@type fun():void cc = nil } } ```

为什么会有两个声明?

![image](https://github.com/EmmyLua/IntelliJ-EmmyLua/assets/3354360/bf50b819-5e40-4440-afc2-adaf3937143f) 这种显示方式是不是有歧义?[HEX] 这种会不会误以为是文本的一部分?

Can you please try this version? https://github.com/EmmyLua/IntelliJ-EmmyLua/actions/runs/5206248623

> I cannot install that version. I get an error saying "failed to load plugin descriptor from file" You need to unzip it and you will see another zip file,...

@Meivyn I can't reproduce the problem, So ... I wonder if your project is complicated? How many Lua files are there and how the size are they?

@Meivyn I don't have WOW installed, where I can get the whole addons folder? Can you pack and upload it for me to test ?

> I always did that without a problem until that update Yes, I rewrote the `index system`, since the `index system` in previous version cannot work in IDEA231. I had...