Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

851 fix word completion logic #1487

Draft
wants to merge 14 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
@jeremypw jeremypw mentioned this pull request Dec 4, 2024
14 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Word completion retains deleted words
2 participants