vscode-terraform icon indicating copy to clipboard operation
vscode-terraform copied to clipboard

Investigate quick suggestions inside quotes

Open paultyng opened this issue 4 years ago • 3 comments

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.

paultyng avatar Jun 17 '20 13:06 paultyng

Also related: https://github.com/hashicorp/terraform-ls/issues/339

radeksimko avatar Feb 24 '21 18:02 radeksimko

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.

danieldreier avatar May 24 '21 16:05 danieldreier

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

radeksimko avatar May 24 '21 17:05 radeksimko