rust/crates/ide_completion/src
bors[bot] f6ef043a88
Merge #9845
9845: fix: Do not drop `..Default::default()` completion when typing `..` r=Veykril a=Veykril

cc https://github.com/rust-analyzer/rust-analyzer/issues/9839
bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-08-10 13:08:58 +00:00
..
completions Merge #9845 2021-08-10 13:08:58 +00:00
render fix: add ! to macro completions with existing arg 2021-08-08 15:53:31 +03:00
tests Do not drop ..Default::default() completion when typing .. 2021-08-10 15:08:35 +02:00
completions.rs Add completion for struct literal in which all fields are visible. 2021-08-04 18:52:58 +02:00
config.rs
context.rs Give TypeInfo fields and methods more appropriate names 2021-08-03 17:28:51 +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 Do not drop ..Default::default() completion when typing .. 2021-08-10 15:08:35 +02:00
render.rs Add completion for struct literal in which all fields are visible. 2021-08-04 18:52:58 +02:00
tests.rs Add a Union to the base item completion test fixture 2021-07-23 17:02:39 +02:00