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

851 fix word completion logic #1487

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

Conversation

jeremypw
Copy link
Collaborator

@jeremypw jeremypw commented Nov 24, 2024

Fixes #851

  • Handle text being inserted at the start of a word
  • Handle delete_range signal, removing unused words from the prefix tree
  • Allow numeric delimiters as long as they aren't at the start of a word (allows variables with numbers in them to be suggested)

@jeremypw jeremypw linked an issue Nov 24, 2024 that may be closed by this pull request
3 tasks
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.

Word completion not working properly.
2 participants