We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题:class的方法无法正确查找引用
A.lua
---@class A _G.A = {}; function A:TestA() end
main.lua
---@param param A function TestB(param) param:TestA(); end
main.lua中查找所有引用结果如下:
A.lua中查找所有引用结果如下:
The text was updated successfully, but these errors were encountered:
0f2d789
No branches or pull requests
问题:class的方法无法正确查找引用
A.lua
main.lua
main.lua中查找所有引用结果如下:

A.lua中查找所有引用结果如下:

The text was updated successfully, but these errors were encountered: