LuaHelper icon indicating copy to clipboard operation
LuaHelper copied to clipboard

require和import查找引用的区别

Open Dongyang0810 opened this issue 2 years ago • 0 comments

image 如果是require引入define.lua则在test4.lua的CC字样处查找所有引用只会显示出define.lua的结果,不会出现test4.lua中的CC引用; 但如果是import引入,则会成功查找到所有引用,包括test4和define两个文件中的所有CC

Dongyang0810 avatar Apr 18 '23 07:04 Dongyang0810