ZIm/crates/assistant_context_editor/src
Agus Zubiaga 8ed8b4d2ec
edit predictions: Preview while holding modifier mode (#24316)
This PR adds a new `inline_completions.inline_preview` config which can
be set to `auto` (current behavior) or to `when_holding_modifier`.
When set to the latter, instead of showing edit prediction previews
inline in the buffer, we'll show it in a popover (even when there's no
LSP completion) so your isn't constantly moving as completions arrive.


https://github.com/user-attachments/assets/3615d151-3633-4ee4-98b9-66ee0aa735b8

Release Notes:

- N/A

---------

Co-authored-by: Danilo <danilo@zed.dev>
2025-02-06 09:58:19 -03:00
..
context assistant: Unship tool use (#23969) 2025-01-30 19:46:15 +00:00
assistant_context_editor.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
context.rs assistant: Unship tool use (#23969) 2025-01-30 19:46:15 +00:00
context_editor.rs edit predictions: Preview while holding modifier mode (#24316) 2025-02-06 09:58:19 -03:00
context_history.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00
context_store.rs Rename model based variable names to entity (#24198) 2025-02-04 10:24:35 -08:00
patch.rs Fix missed renames in #22632 (#23688) 2025-01-26 23:37:34 +00:00
slash_command.rs Solve 50+ cargo doc warnings (#24071) 2025-02-01 06:19:29 +00:00
slash_command_picker.rs Eliminate GPUI View, ViewContext, and WindowContext types (#22632) 2025-01-26 03:02:45 +00:00