rust-analyzer/crates/ide-completion/src/tests
2024-06-29 22:23:54 +08:00
..
attribute.rs Complete exported macros in #[macro_use($0)] 2023-12-16 16:19:58 +00:00
expression.rs fix(completion): complete async keyword 2024-06-19 11:12:24 -07:00
flyimport.rs fix: ensure implied bounds from associated types are considered in autocomplete 2024-05-22 16:16:20 -04:00
fn_param.rs fix: variants rendering in pattern path 2022-07-02 20:31:24 +09:00
item.rs feat: add space after specific keywords in completion 2024-06-16 17:28:53 +08:00
item_list.rs fix: completions after async kw 2024-06-29 22:23:54 +08:00
pattern.rs fix: pattern completions in let-stmt 2024-06-23 22:27:54 +08:00
predicate.rs Add inlay hints lifetime arg tests 2024-04-25 09:10:49 +02:00
proc_macros.rs feat: Add break and return postfix keyword completions 2024-02-08 14:56:10 +01:00
record.rs feat: add space after specific keywords in completion 2024-06-16 17:28:53 +08:00
special.rs fix(completion): complete async keyword 2024-06-19 11:12:24 -07:00
type_pos.rs Add inlay hints lifetime arg tests 2024-04-25 09:10:49 +02:00
use_tree.rs add use_tree_completion test 2024-01-18 17:35:01 +08:00
visibility.rs fix(completion): super:: completion at crate root and module depth 2022-07-14 17:07:43 +05:30