rust-analyzer/crates/ide_completion/src
bors[bot] 4f3ce62b0d
Merge #10402
10402: fix: Don't show flyimport completions in use renames r=Veykril a=Veykril

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/10367
bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-09-30 16:18:09 +00:00
..
completions Merge #10402 2021-09-30 16:18:09 +00:00
render Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
tests Add pub(super) along with pub(crate) and pub as a completion keyword 2021-09-29 21:55:15 -07:00
completions.rs Add completion for struct literal in which all fields are visible. 2021-08-04 18:52:58 +02:00
config.rs Add config setting for self-on-the-fly 2021-05-31 15:14:56 +02:00
context.rs Don't show flyimport completions in use renames 2021-09-30 18:15:55 +02:00
item.rs add 'use' prefix for any auto-import 2021-07-20 18:35:19 +04:30
lib.rs Add completion for struct literal in which all fields are visible. 2021-08-04 18:52:58 +02:00
patterns.rs Don't show flyimport completions in use renames 2021-09-30 18:15:55 +02:00
render.rs Avoid extra allocation in completion rendering 2021-09-06 17:55:07 +03:00
tests.rs Speculatively expand attributes in completions 2021-09-13 19:30:23 +02:00