rust-analyzer/crates/ide_completion/src
2021-07-28 19:22:59 +02:00
..
completions Make flyimport respect #[doc(hidden)] 2021-07-28 19:22:59 +02:00
render Fix some clippy lints in ide_completion 2021-07-21 19:52:10 +02:00
tests Add a Union to the base item completion test fixture 2021-07-23 17:02:39 +02:00
completions.rs Complete crate, super and self in non-usetree paths 2021-07-07 19:08:37 +02:00
config.rs Add config setting for self-on-the-fly 2021-05-31 15:14:56 +02:00
context.rs Make flyimport respect #[doc(hidden)] 2021-07-28 19:22:59 +02:00
item.rs add 'use' prefix for any auto-import 2021-07-20 18:35:19 +04:30
lib.rs Add Limit struct. 2021-07-19 13:26:11 +01:00
patterns.rs Simplify 2021-07-21 18:34:43 +02:00
render.rs show 'as' or 'use' before label traits 2021-07-05 16:44:44 +04:30
tests.rs Add a Union to the base item completion test fixture 2021-07-23 17:02:39 +02:00