rust-analyzer/crates/ide_completion/src
2022-04-01 20:50:27 +03:00
..
completions Introduce postfix item types 2022-04-01 20:50:27 +03:00
render fix: Disable ref_match for qualified paths as well 2022-03-27 12:50:55 +02:00
tests fix: Don't complete Drop::drop for qualified paths 2022-03-26 18:46:49 +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 Introduce postfix item types 2022-04-01 20:50:27 +03:00
lib.rs Introduce postfix item types 2022-04-01 20:50:27 +03:00
patterns.rs fix: Fix completions not always working in for-loop patterns 2022-03-15 18:46:32 +01:00
render.rs Introduce postfix item types 2022-04-01 20:50:27 +03: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