rust-analyzer/crates/ide_completion/src
2022-03-21 22:01:26 +01:00
..
completions fix: Fix flyimport showing functions in pattern position 2022-03-21 19:41:39 +01:00
render fix: Fix tuple- and record struct completions not working with existing braces 2022-03-21 22:01:26 +01:00
tests fix: Fix tuple- and record struct completions not working with existing braces 2022-03-21 22:01:26 +01:00
completions.rs Revert omitting field completions 2022-03-16 16:41:35 +01:00
config.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
context.rs Rename compound things to variant things 2022-03-16 13:41:47 +01:00
item.rs internal: Re-arrange ide_db modules 2022-03-06 19:04:04 +01:00
lib.rs Remove no_completions_required from CompletionContext 2022-03-12 02:12:00 +01:00
patterns.rs fix: Fix completions not always working in for-loop patterns 2022-03-15 18:46:32 +01:00
render.rs Remove code duplication 2022-03-16 16:32:36 +01:00
snippet.rs Move ide crates to new hir::Macro 2022-03-08 23:52:26 +01:00
tests.rs Remove no_completions_required from CompletionContext 2022-03-12 02:12:00 +01:00