rust-analyzer/crates/ide_completion/src
2021-07-17 22:41:04 +03:00
..
completions feat: improve parser error recovery for function parameters 2021-07-17 22:41:04 +03:00
render eliminate find_use_path and show 'as' and 'use' 2021-07-05 02:15:31 +04:30
tests Add regression test fo #7222 2021-07-15 22:23:34 +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 Merge #9356 2021-06-21 13:15:12 +00:00
item.rs Don't add the trait name to the insert text in completions 2021-07-07 19:42:09 +02:00
lib.rs Complete crate, super and self in non-usetree paths 2021-07-07 19:08:37 +02:00
patterns.rs Restrict type bound completions to traits, modules and macros 2021-06-23 19:10:03 +02:00
render.rs show 'as' or 'use' before label traits 2021-07-05 16:44:44 +04:30
tests.rs Move attribute completion tests 2021-07-15 16:27:01 +02:00