rust/crates/ide-completion/src/tests
2024-02-08 14:56:10 +01:00
..
attribute.rs Complete exported macros in #[macro_use($0)] 2023-12-16 16:19:58 +00:00
expression.rs feat: Add break and return postfix keyword completions 2024-02-08 14:56:10 +01:00
flyimport.rs normalize use trees when merging imports 2024-01-28 11:55:01 +03:00
fn_param.rs
item_list.rs Add tests for stability check in completion 2023-04-11 21:21:15 +09:00
item.rs Cleanup 2023-12-08 13:31:31 +01:00
pattern.rs Cleanup 2023-12-08 13:31:31 +01:00
predicate.rs Cleanup 2023-12-08 13:31:31 +01:00
proc_macros.rs feat: Add break and return postfix keyword completions 2024-02-08 14:56:10 +01:00
record.rs Cleanup 2023-12-08 13:31:31 +01:00
special.rs feat: Add break and return postfix keyword completions 2024-02-08 14:56:10 +01:00
type_pos.rs Cleanup 2023-12-08 13:31:31 +01:00
use_tree.rs add use_tree_completion test 2024-01-18 17:35:01 +08:00
visibility.rs