Files
oak-gpui/crates
Andrew Farkas 96a917091a Apply show_completions_on_input: false to word & snippet completions (#44021)
Closes #43408

Previously, we checked the setting inside `is_completion_trigger()`,
which only affects LSP completions. This was ok because user-defined
snippets were tacked onto LSP completions. Then #42122 and #42398 made
snippet completions their own thing, similar to word completions,
surfacing #43408. This PR moves the settings check into
`open_or_update_completions_menu()` so it applies to all completions.

Release Notes:

- Fixed setting `show_completions_on_input: false` so that it affects
word and user-defined snippet completions as well as LSP completions
2025-12-02 21:33:41 +00:00
..
2025-11-24 20:01:43 +00:00
2025-11-19 12:34:41 +01:00
2025-11-24 13:24:26 -05:00
2025-12-01 13:25:33 +00:00
2025-11-20 22:17:50 -07:00
2025-12-02 18:47:25 +00:00
2025-11-11 16:10:47 +01:00
2025-11-25 14:17:27 -08:00
2025-11-12 15:31:20 +01:00
2025-12-02 18:47:25 +00:00
2025-10-24 07:52:51 -04:00
2025-12-02 18:47:25 +00:00
2025-11-07 11:36:05 +00:00
2025-12-01 14:01:50 +00:00