rust/crates/ide_completion/src
bors[bot] 87621de2b9
Merge #9567 #9568
9567: remove unneded special case r=matklad a=matklad

bors r+
🤖

9568: feat: add 'for' postfix completion r=lnicola a=mahdi-frms


![Peek 2021-07-11 16-45](https://user-images.githubusercontent.com/62165556/125194692-a0aaf780-e267-11eb-952a-81de7955d9a1.gif)


adds #9561

used ```ele``` as identifier for each element in the iteration

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Co-authored-by: mahdi-frms <mahdif1380@outlook.com>
2021-07-11 12:51:33 +00:00
..
completions Merge #9567 #9568 2021-07-11 12:51:33 +00:00
render eliminate find_use_path and show 'as' and 'use' 2021-07-05 02:15:31 +04:30
tests Complete crate, super and self in non-usetree paths 2021-07-07 19:08:37 +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 show imported trait on autocompletion of associated items 2021-07-05 02:13:49 +04:30