Skip to content

Completer shows up on every keystroke, not only on trigger characters #1116

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

Open
krassowski opened this issue Mar 19, 2025 · 0 comments · May be fixed by #1117
Open

Completer shows up on every keystroke, not only on trigger characters #1116

krassowski opened this issue Mar 19, 2025 · 0 comments · May be fixed by #1117

Comments

@krassowski
Copy link
Member

Description

With continuous hinting off completer still shows up on every keystroke. This is because of faulty logic in:

return sourceChange.some(
delta =>
delta.insert != null &&
(triggerCharacters.includes(delta.insert) ||
(!completerIsVisible && delta.insert.trim().length > 0))
);
}

@krassowski krassowski linked a pull request Mar 19, 2025 that will close this issue
4 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 a pull request may close this issue.

1 participant