Make completions menu stay open after after it's manually requested (#32015)

Also includes a clarity refactoring to remove
`ignore_completion_provider`.

Closes #15549

Release Notes:

- Fixed completions menu closing on typing after being requested while
`show_completions_on_input: false`.
This commit is contained in:
Michael Sloan 2025-06-03 14:33:52 -06:00 committed by GitHub
parent 522abe8e59
commit 8c46a4f594
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 70 additions and 38 deletions

View file

@ -89,6 +89,7 @@ impl CompletionProvider for MessageEditorCompletionProvider {
_position: language::Anchor,
text: &str,
_trigger_in_words: bool,
_menu_is_open: bool,
_cx: &mut Context<Editor>,
) -> bool {
text == "@"