EmmyLua / IntelliJ-EmmyLua

Lua IDE/Debugger Plugin for IntelliJ IDEA
https://emmylua.github.io
Apache License 2.0
1.74k stars 292 forks source link

1.4.11 代码补全问题 #576

Open CppCXY opened 8 months ago

CppCXY commented 8 months ago

Environment(环境)

name version
IDEA version 2023.3
EmmyLua version 1.4.11
OS windows

What are the steps to reproduce this issue?(重现步骤?)

local a = {
    b = {}
}
a.b.aa = 1
a.b.

没有后续的代码补全

Lucidniht commented 6 months ago

有进展吗? 似乎EmmyLua-Unity插件无法正常工作也是同样问题。 从全局的CS对象出发,只能展开到CS.UnityEngine这一级,UnityEngine下的类名都无法获取到补全提示。

CppCXY commented 6 months ago

没有, 目前在挂机