zed/crates
Antonio Scandurra 3e8707ebf6 Support multi-cursor autocompletion
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
Co-Authored-By: Max Brunsfeld <max@zed.dev>
2022-02-03 18:58:36 +01:00
..
chat_panel Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
client Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
clock Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
collections Name the root file of every crate after the crate to ease navigation 2021-11-30 12:46:39 -07:00
contacts_panel Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
diagnostics Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
editor Support multi-cursor autocompletion 2022-02-03 18:58:36 +01:00
file_finder Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
find Opt into language-aware features when getting buffer chunks 2022-02-03 11:21:30 +01:00
fsevent Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
fuzzy Filter and sort suggestions in autocomplete 2022-02-01 15:11:20 +01:00
go_to_line Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
gpui Fix flaky test_highlighted_ranges due to random TypeId ordering 2022-02-02 10:09:12 +01:00
gpui_macros Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
journal Make "go to definition" work in project diagnostics 2022-01-20 17:30:30 +01:00
language Opt into language-aware features when getting buffer chunks 2022-02-03 11:21:30 +01:00
lsp Broadcast completion triggers to remote participants 2022-02-02 14:07:41 +01:00
outline Start work on syntax highlighting completions 2022-02-02 18:14:30 -08:00
project Improve formatting of function autocompletion labels in Rust 2022-02-02 18:43:55 +01:00
project_panel Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
rpc Apply additional edits for completion when the buffer is remote 2022-02-02 16:29:13 +01:00
server Apply additional edits for completion when the buffer is remote 2022-02-02 16:29:13 +01:00
snippet Support multi-cursor autocompletion 2022-02-03 18:58:36 +01:00
sum_tree Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
text Wait for additional edits before pushing transaction in remote buffer 2022-02-02 17:01:23 +01:00
theme Support clicking on a completion to confirm it 2022-02-03 11:39:19 +01:00
theme_selector Take an Into<AnyViewHandle> in ChildView::new 2022-01-27 17:54:45 +01:00
util Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
workspace Fix panic when closing pane's last item 2022-01-31 10:10:15 +01:00
zed Align completion labels with cursor 2022-02-03 17:21:24 +01:00