EmmyLua / IntelliJ-EmmyLua

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

table内的函数,代码无法自动补全 #430

Closed icetoggle closed 1 year ago

icetoggle commented 3 years ago

Environment(环境)

name version
IDEA version [CL2020.3]
EmmyLua version [v1.3.5.194]
OS [Windows 10]

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

  1. CMD_MAP.test = { func = function(self, a, b, c) --这里的代码无法正常自动补全 print("hello world") end }

What happens?(出现什么问题?)

注释的地方,代码无法自动补全

What were you expecting to happen?(期望?)

table里的函数内,代码也能自动补全

Any logs, error output, etc?(有没有什么log, error输出?)

(If it’s long, please paste to https://ghostbin.com/ and insert the link here.) https://ghostbin.com/paste/UYAXd Any other comments?(其它说明)

CppCXY commented 3 years ago

image