hcl-lang icon indicating copy to clipboard operation
hcl-lang copied to clipboard

Avoid root level completions when `.` is typed inside block

Open radeksimko opened this issue 2 years ago • 0 comments

Context

As described in https://github.com/hashicorp/terraform-ls/issues/1291 we currently complete 1st-level blocks when a dot (.) is typed inside the block's body.

image

Proposal

Be more defensive and prevent any completion candidates from coming up in the context above.

radeksimko avatar May 24 '23 06:05 radeksimko