-
Notifications
You must be signed in to change notification settings - Fork 138
textDocument/complete: Provide completion in incomplete blocks #57
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
Labels
Comments
This was referenced Apr 21, 2020
This is temporarily being de-prioritised in favour of #18 which is slightly easier and quicker to solve and can address at least cases where user uses completion to create the block. |
This was referenced Jul 24, 2022
1 task
Is this included in any roadmap, or is there a quick fix available? |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Server Version
Terraform Version
Terraform Configuration Files
Log Output
Expected Behavior
A list of all AWS data sources offered as completion candidates.
(assuming that completion of data source names per #19 is implemented)
Actual Behavior
No completion available.
Steps to Reproduce
data "<HERE>"
Proposal
hashicorp/hcl#365 is key to make this work - in theory when it's addressed and we upgrade to the HCL version with that patch it should be just resolved.
The text was updated successfully, but these errors were encountered: