ZIm/crates/zeta
Bennet Bo Fenner 48dba9a9d9
edit prediction: Do not request a completion if edits can be interpolated (#23908)
This ensures that we do not fetch a new completion when the edits of the
user can be interpolated.
E.g. (suggestions in `[]`):
```rust
s[truct Person {}]
```
Then if i type out `truct` we will not fetch a new completion

Release Notes:

- N/A
2025-01-30 14:03:01 +00:00
..
src edit prediction: Do not request a completion if edits can be interpolated (#23908) 2025-01-30 14:03:01 +00:00
Cargo.toml edit prediction: Hide rate completions modal behind feature flag (#23597) 2025-01-28 12:27:09 +01:00
LICENSE-GPL Introduce staff-only inline completion provider (#21739) 2024-12-09 14:26:36 +01:00