Skip to content

分别在不同的lua文件中定义的方法不能提示 #209

Open
@wwwfox

Description

@wwwfox

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions