-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Support for
-in
-if
expressions
#368
Conversation
31944f4
to
8a1486e
Compare
bd80d03
to
5b6717a
Compare
5b6717a
to
58d40c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
Just a question/suggestion that could also be addressed in a follow-up issue.
@dbanck I no longer have push/merge permissions here, so I'll have to leave it up to you to merge 😅 |
Please fix variable declaration not found error in [2.29.4] version (2024-02-13). |
@lukaabicic We just released a new version 2.29.5. This fixes the reported bug. The update should appear automatically in VS Code. In case you experience any different validation related bug, please do let us know through a new issue. |
Closes hashicorp/terraform-ls#527
UX Examples
Completion
Hover
Semantic Tokens
Follow-up Issues
for-in
andfor-in-if
in[]
or{}
terraform-ls#1607for
expression terraform-ls#1608[for k, v in set: k]
as anti-pattern diagnostic terraform-ls#1609ForExpr
#370