zed/crates/text/src
Kirill Bulatov ae54e1d224 Remove excessive hint update queries
* Filter out queries for outdated buffers just before hint tasks spawn:
  multicared edits might empit standalone events simultaneously
* Only spawn inlay update tasks for visible buffers with corresponding
  language
* Do not spawn tasks for local projects' buffers without LSP servers
2023-06-30 22:03:21 +03:00
..
anchor.rs Invalidate copilot suggestion on backspaces 2023-04-05 08:48:39 -07:00
locator.rs Add a layer of indirection between excerpt ids and locators 2022-11-28 14:18:49 -08:00
network.rs Move Network test helper from util crate into text crate 2022-03-04 13:54:07 -08:00
operation_queue.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
patch.rs One big cleanup pass of clippy lints 2022-08-10 16:51:01 -07:00
selection.rs Re-export basic text types from text and language crates 2022-10-12 15:48:19 -07:00
subscription.rs Implement ExcerptList::subscribe 2021-12-06 13:37:17 -07:00
tests.rs Fix typos 2023-06-02 22:02:19 -04:00
text.rs Remove excessive hint update queries 2023-06-30 22:03:21 +03:00
undo_map.rs 💄 2022-09-28 11:27:07 +02:00