Skip to content

fix(completions): improved completion in delete/update clauses #371

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

Merged
merged 17 commits into from
Apr 25, 2025

Conversation

juleswritescode
Copy link
Collaborator

No description provided.

LabelAndKind(String, CompletionItemKind),
}

impl CompletionAssertion {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

another day, another test helper

Comment on lines +223 to +224
let parent_node_kind = parent_node.kind();
let current_node_kind = current_node.kind();
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

makes for easier debugging by watching the variables

@juleswritescode juleswritescode changed the title autocompl in delete/update fix(completions): improved completion in delete/update clauses Apr 24, 2025
@juleswritescode juleswritescode marked this pull request as ready for review April 24, 2025 17:54
Copy link
Collaborator

@psteinroe psteinroe left a comment

Choose a reason for hiding this comment

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

nice!!

@juleswritescode juleswritescode merged commit 7b27cdc into main Apr 25, 2025
7 checks passed
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.

2 participants