rust/crates/ide_completion/src
2021-12-14 12:44:31 +01:00
..
completions Merge #11000 2021-12-13 15:43:12 +00:00
render Merge #10950 2021-12-07 21:57:59 +00:00
tests Merge #10956 #10986 2021-12-11 14:58:07 +00:00
completions.rs Add support for qualified struct names 2021-11-23 10:57:29 -06:00
config.rs
context.rs match_ast! takes a pattern to allow underscore usage 2021-12-14 12:44:31 +01:00
item.rs Introduce SymbolKind::Derive 2021-12-04 18:18:09 +01:00
lib.rs Show case-insensitive exact matches instead of fuzzy flyimport for short paths 2021-12-11 14:47:11 +01:00
patterns.rs match_ast! takes a pattern to allow underscore usage 2021-12-14 12:44:31 +01:00
render.rs Remove possible multiline details in completions 2021-11-24 16:08:11 +01:00
snippet.rs Remove possible multiline details in completions 2021-11-24 16:08:11 +01:00
tests.rs