Skip to content
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

Avoid root level completions when . is typed inside block #279

Open
radeksimko opened this issue May 24, 2023 · 0 comments
Open

Avoid root level completions when . is typed inside block #279

radeksimko opened this issue May 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@radeksimko
Copy link
Member

Context

As described in hashicorp/terraform-ls#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 radeksimko added the enhancement New feature or request label May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant