rust-analyzer/crates/ide_completion/src
2021-07-21 12:53:50 +02:00
..
completions hide keyword suggestions in non trivial paths 2021-07-21 12:53:50 +02:00
render eliminate find_use_path and show 'as' and 'use' 2021-07-05 02:15:31 +04:30
tests hide keyword suggestions in non trivial paths 2021-07-21 12:53:50 +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 hide keyword suggestions in non trivial paths 2021-07-21 12:53:50 +02:00
item.rs add 'use' prefix for any auto-import 2021-07-20 18:35:19 +04:30
lib.rs Complete crate, super and self in non-usetree paths 2021-07-07 19:08:37 +02:00
patterns.rs Restrict completions inside visibility modifiers 2021-07-20 18:37:52 +02:00
render.rs show 'as' or 'use' before label traits 2021-07-05 16:44:44 +04:30
tests.rs Restrict completions inside visibility modifiers 2021-07-20 18:37:52 +02:00