rust/crates/ide_completion/src/tests
2021-12-05 15:57:28 +01:00
..
attribute.rs feat: Enable flyimport completions for attributes 2021-12-05 15:57:28 +01:00
expression.rs Remove possible multiline details in completions 2021-11-24 16:08:11 +01:00
flyimport.rs feat: Enable flyimport completions for attributes 2021-12-05 15:57:28 +01:00
fn_param.rs Move out fn_param tests 2021-07-21 21:39:40 +02:00
item.rs Add pub(super) along with pub(crate) and pub as a completion keyword 2021-09-29 21:55:15 -07:00
item_list.rs Add pub(super) along with pub(crate) and pub as a completion keyword 2021-09-29 21:55:15 -07:00
pattern.rs Remove possible multiline details in completions 2021-11-24 16:08:11 +01:00
predicate.rs feat: filter out duplicate macro completions 2021-08-03 17:36:06 +03:00
proc_macros.rs Downmap the token in attribute inputs when expanding speculatively 2021-09-14 00:04:04 +02:00
record.rs Remove filtered completion list usage in completion tests 2021-10-27 16:53:39 +02:00
type_pos.rs Remove possible multiline details in completions 2021-11-24 16:08:11 +01:00
use_tree.rs fix: Fix qualified path completion not completing macros 2021-10-16 23:33:09 +02:00
visibility.rs Only complete ancestors and self in visibility path completions 2021-07-21 18:54:12 +02:00