Open
Description
Environment(环境)
name | version |
---|---|
IDEA version | IC2018.2.7 |
EmmyLua version | 1.3.0-eap-7 |
OS | Windows 7 |
What are the steps to reproduce this issue?(重现步骤?)
A.lua
ww={}
ww.gg={}
B.lua
ww.gg.bb={
aa=function() end,
bb=function() end
}
C.lua
ww.gg.cc=function() end
What happens?(出现什么问题?)
ww.gg.没提示
What were you expecting to happen?(期望?)
能够提示
Any logs, error output, etc?(有没有什么log, error输出?)
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
Any other comments?(其它说明)
…
Activity