rust/crates/ide_completion/src
2022-01-04 10:56:28 +01:00
..
completions fix: Enable completions for <_>::$0 2022-01-01 22:20:03 +01:00
render minor: Simplify 2022-01-04 10:56:28 +01:00
tests Fully render type alias completions from hir 2021-12-21 16:36:23 +01:00
completions.rs minor: Simplify 2022-01-04 10:56:28 +01:00
config.rs
context.rs avoid speculation when completing macros 2021-12-28 16:52:15 +03: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 minor: Simplify 2022-01-04 10:56:28 +01:00
snippet.rs introduce hacks module 2021-12-28 18:57:13 +03:00
tests.rs