rust-analyzer/crates/ide-completion/src/tests
2022-07-02 16:20:26 +02:00
..
attribute.rs Udate unit tests 2022-06-27 09:04:42 +01:00
expression.rs the offset used for the completion cursor should always be relative to the original file and not to the marco file 2022-06-16 20:34:37 +08:00
flyimport.rs fix: Trigger flyimport completions in item lists again 2022-07-02 16:20:26 +02:00
fn_param.rs Use char for trigger character 2022-05-30 14:17:58 +02:00
item.rs More precise where keyword completions 2022-06-03 16:11:26 +02:00
item_list.rs More precise where keyword completions 2022-06-03 16:11:26 +02:00
pattern.rs internal: Simplify some completions 2022-06-20 21:55:33 +02:00
predicate.rs internal: Remove unqualified_path completions module 2022-05-05 15:50:40 +02:00
proc_macros.rs minor: Sort ide-completions test outputs for less disruptive diffs 2022-05-05 10:53:20 +02:00
record.rs Only run completion functions if their corresponding context is active 2022-06-17 23:36:39 +02:00
special.rs fix: Simplify macro statement expansion handling 2022-07-01 14:49:30 +02:00
type_pos.rs the offset used for the completion cursor should always be relative to the original file and not to the marco file 2022-06-16 20:34:37 +08:00
use_tree.rs Only run completion functions if their corresponding context is active 2022-06-17 23:36:39 +02:00
visibility.rs Use char for trigger character 2022-05-30 14:17:58 +02:00