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

lsp/completions: add boolean provider #1059

Merged
merged 1 commit into from
Sep 5, 2024

Conversation

charlieegan3
Copy link
Member

Fixes #1010

Copy link
Member

@anderseknert anderseknert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nits, but looks great!

item := {
"label": b,
"kind": kind.constant,
"detail": "local variable",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"boolean value"?

Signed-off-by: Charlie Egan <charlie@styra.com>
@charlieegan3 charlieegan3 merged commit 410d775 into StyraInc:main Sep 5, 2024
4 checks passed
@charlieegan3 charlieegan3 deleted the bool-provider branch September 5, 2024 14:36
srenatus pushed a commit to srenatus/regal that referenced this pull request Oct 1, 2024
Signed-off-by: Charlie Egan <charlie@styra.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto-completion of boolean values
2 participants