zed/crates/language/src
Antonio Scandurra 466db69780 Pass a reference to TestAppContext in tests
This allows us to drop the context *after* we ran all futures to
completion and that's crucial otherwise we'll never drop entities
and/or flush effects.
2022-03-01 12:01:02 +01:00
..
buffer.rs Allow a new search to be created with cmd-enter 2022-02-26 13:23:05 -07:00
diagnostic_set.rs Re-enable cargo check for rust-analyzer 2022-01-04 18:26:16 +01:00
highlight_map.rs Start work on syntax highlighting completions 2022-02-02 18:14:30 -08:00
language.rs Pass an AsyncAppContext to fake language server request handlers 2022-02-23 16:14:36 +01:00
outline.rs Use StringMatchCandidate::new to construct candidates more conveniently 2022-01-31 19:11:13 +01:00
proto.rs Rename CompletionLabel to CodeLabel and add Project::symbols 2022-02-22 10:01:08 +01:00
tests.rs Pass a reference to TestAppContext in tests 2022-03-01 12:01:02 +01:00