mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-13 05:42:59 +00:00
21c27cecba
Track the cursor offset before biasing in the Supermaven completion provider to better determine if the text should be suggested. The underlying issue here is due to the way anchor biasing works, the completion provider is not able to determine if a given suggestion's cursor location no longer exists as it is always coalesced to a correct location (specifically, the end of the line). This change updates that logic so the offset is stored independently of the buffer so it can be used to represent a location that may not exist in the buffer anymore to represent locations that have been deleted. The net effect is that suggestions can be backspaced much more cleanly with Supermaven. ![image](https://github.com/user-attachments/assets/ff61aa09-54ea-4cad-b1ca-633a08bcdd96) ![image](https://github.com/user-attachments/assets/b49e2d6b-f1d3-41a1-9b75-c4bc3ac5f85b) Release Notes: - Improves https://github.com/zed-industries/zed/issues/17981 to prevent suggesting completions based on out-of-date cursor locations. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-GPL |