Skip to content

Improve attribute with enum auto-completion#241

Merged
bgruening merged 2 commits into
mainfrom
improve_attribute_enum_completion
Aug 29, 2023
Merged

Improve attribute with enum auto-completion#241
bgruening merged 2 commits into
mainfrom
improve_attribute_enum_completion

Conversation

@davelopez

Copy link
Copy Markdown
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
Copy Markdown
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