Open zxcl3589 opened 4 years ago
luafile1: ---@type _G local Gb = {} _G.Gb = Gb luafile2: Gb.test = 10 luafile3: 直接使用 test 无代码补全
希望_G被代理后,能快速补全,和直接设置全局变量有一样的补全
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
…
Environment(环境)
What are the steps to reproduce this issue?(重现步骤?)
What happens?(出现什么问题?)
luafile1: ---@type _G local Gb = {} _G.Gb = Gb luafile2: Gb.test = 10 luafile3: 直接使用 test 无代码补全
What were you expecting to happen?(期望?)
希望_G被代理后,能快速补全,和直接设置全局变量有一样的补全
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?(其它说明)
…