vscode-terraform
vscode-terraform copied to clipboard
Investigate quick suggestions inside quotes
See this issue in VS Code: https://github.com/microsoft/vscode/issues/23962#issuecomment-292079416
Identifiers (block labels, etc) are commonly inside quotes, we should enable completion inside them if possible.
Also related: https://github.com/hashicorp/terraform-ls/issues/339
For the time being, this seems not to be actionable because (per the linked comment) we cannot change the editor setting for users that disables automatic suggestions. I'm going to make this as needs-research to figure out whether other extensions have figured out workarounds.
A future possible solution within LSP is being discussed as part of these threads:
- https://github.com/microsoft/language-server-protocol/pull/1119
- https://github.com/microsoft/language-server-protocol/issues/565