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
When iterating through a HashMap with forEach, _x contains the key of the current element and _y contains the corresponding value. https://community.bistudio.com/wiki/HashMap#Iterating_through_a_HashMap.
Would it be possible to add it in the next patch?
The text was updated successfully, but these errors were encountered:
Thanks for reporting that, I'll probably add it in future, in the meanwhile you can use "sqflint.ignoredVariables": ["_y"]
"sqflint.ignoredVariables": ["_y"]
Sorry, something went wrong.
No branches or pull requests
When iterating through a HashMap with forEach, _x contains the key of the current element and _y contains the corresponding value.
https://community.bistudio.com/wiki/HashMap#Iterating_through_a_HashMap.
Would it be possible to add it in the next patch?
The text was updated successfully, but these errors were encountered: