rust/crates/ide_completion/src/tests
2022-04-18 21:34:36 +08:00
..
attribute.rs derive completions take existing derives into count 2022-04-18 21:34:36 +08:00
expression.rs Show impl Trait in argument positon in completion details 2022-04-16 19:18:42 +05:00
flyimport.rs flyimport: omit types when completing where-clause 2022-04-07 20:02:33 +02:00
fn_param.rs Move path completions for patterns into pattern module 2022-02-03 15:52:03 +01:00
item_list.rs Make trait item completions work in a bare impl and score them 2022-04-08 19:56:41 +02:00
item.rs fix: Fix completions not always working in for-loop patterns 2022-03-15 18:46:32 +01:00
pattern.rs fix: Fix tuple- and record struct completions not working with existing braces 2022-03-21 22:01:26 +01:00
predicate.rs Don't parse source files to generate macro completion details 2022-03-10 22:21:58 +01:00
proc_macros.rs Update tests 2021-12-17 16:39:21 +01:00
record.rs Rename compound things to variant things 2022-03-16 13:41:47 +01:00
type_pos.rs suggest infered type in auto complete 2022-04-03 11:17:33 +04:30
use_tree.rs Complete enum variants identically to structures. 2022-03-11 18:26:01 -08:00
visibility.rs fix: Fix vis restriction path completions always using the parent module 2022-02-03 17:02:12 +01:00