rust-analyzer/crates/ide_completion/src
2021-07-05 16:44:44 +04:30
..
completions show 'as' or 'use' before label traits 2021-07-05 16:44:44 +04:30
render eliminate find_use_path and show 'as' and 'use' 2021-07-05 02:15:31 +04:30
tests show 'as' or 'use' before label traits 2021-07-05 16:44:44 +04:30
completions.rs Start refactoring ide_completion tests 2021-06-16 21:51:20 +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 show 'as' or 'use' before label traits 2021-07-05 16:44:44 +04:30
lib.rs internal: make CompletionItem and SourceChange consistent 2021-07-04 15:44:03 +03: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