Files
oak-gpui/crates
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
..
2025-01-29 23:03:20 +00:00
2025-01-27 13:40:59 -05:00
2025-01-26 23:37:34 +00:00
2025-01-27 21:56:29 +00:00