ZIm/crates/copilot/src
Kirill Bulatov 3d2fa72d1f
Make word completions less intrusive (#36745)
Introduce `min_words_query_len` threshold for automatic word completion
display, and set it to 3 by default.

Re-enable word completions in Markdown and Plaintext.

Release Notes:

- Introduced `min_words_query_len` threshold for automatic word
completion display, and set it to 3 by default to make them less
intrusive
2025-08-22 13:58:17 +00:00
..
copilot.rs Enforce style lints which do not have violations (#36580) 2025-08-20 14:07:37 +02:00
copilot_chat.rs Fix clippy::needless_borrow lint violations (#36444) 2025-08-18 21:54:35 +00:00
copilot_completion_provider.rs Make word completions less intrusive (#36745) 2025-08-22 13:58:17 +00:00
request.rs lsp: Revert URL type change (#13193) 2024-06-18 12:39:56 +02:00
sign_in.rs Make copilot::SignIn open sign-in modal when needed (#30239) 2025-05-08 14:52:07 +00:00