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
JetBrains Rider 2021.1.5 EmmyLua 1.3.6.215
_var = { Value = 1 } _var2 = { Value = 1 }
_var.
I get suggestions for the _var2.Value
_var2.Value
To see just Value that is for _var.
Value
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
How I stop suggestions with other variables?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JetBrains Rider 2021.1.5
EmmyLua 1.3.6.215
What are the steps to reproduce this issue?(重现步骤?)
_var.
What happens?(出现什么问题?)
I get suggestions for the
_var2.Value
What were you expecting to happen?(期望?)
To see just
Value
that is for_var.
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?(其它说明)
How I stop suggestions with other variables?
The text was updated successfully, but these errors were encountered: