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

feat: don't trigger trivial completion when trigger char is punc #748

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

Myriad-Dreamin
Copy link
Owner

@Myriad-Dreamin Myriad-Dreamin commented Oct 29, 2024

Don't trigger trivial completion when the trigger char is an ascii punctuation. Specifically, don't trigger them if the trigger character is one of:

  • : and , for capturing parameter completion.
  • < and @ for capturing label completion.
  • and more.

@Myriad-Dreamin Myriad-Dreamin linked an issue Oct 29, 2024 that may be closed by this pull request
@Myriad-Dreamin Myriad-Dreamin merged commit 493f8a8 into main Oct 29, 2024
13 checks passed
@Myriad-Dreamin Myriad-Dreamin deleted the trigger-char branch October 29, 2024 14:32
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.

Intrusive completions after : in math mode
1 participant