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

Improve attribute with enum auto-completion #241

Merged
merged 2 commits into from
Aug 29, 2023

Conversation

davelopez
Copy link
Collaborator

Closes #236

When autocompleting attributes that define a set of valid values, the autocompletion snippet will directly offer a choice dropdown with those values instead of having to manually press ctrl+space to trigger the value completion.

attr-enum-choices

@davelopez davelopez added enhancement New feature or request language server Related to the language server labels Aug 29, 2023
@davelopez davelopez added this to the v0.11.0 milestone Aug 29, 2023
@bgruening bgruening merged commit 9f772bf into main Aug 29, 2023
@bgruening bgruening deleted the improve_attribute_enum_completion branch August 29, 2023 09:05
@bgruening
Copy link
Member

Merci!

@davelopez davelopez changed the title Improve attribute with enum aut-completion Improve attribute with enum auto-completion Aug 29, 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 language server Related to the language server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can we offer a select for param values?
2 participants