rust/crates/ide_completion/src/completions
bors[bot] 3f550d2e38
Merge #11000
11000: fix: insert whitespaces into assoc items for assist when macro generated r=Veykril a=Veykril

This is obviously only a temporary hack which still produces ugly looking items, but as long as the syntax is valid one can at least have rustfmt fix the formatting again. 
Fixes https://github.com/rust-analyzer/rust-analyzer/issues/6588
bors r+

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-12-13 15:43:12 +00:00
..
attribute Introduce SymbolKind::Derive 2021-12-04 18:18:09 +01:00
postfix Fix postfix completions panicking 2021-10-25 15:22:29 +02:00
attribute.rs fix: Fix lint completions not working for unclosed attributes 2021-12-11 15:55:25 +01:00
dot.rs Move ws insert rendering for macro expansion into ide_db 2021-12-13 15:55:13 +01:00
flyimport.rs Show case-insensitive exact matches instead of fuzzy flyimport for short paths 2021-12-11 14:47:11 +01:00
fn_param.rs Replace some String usages with SmolStr in completions 2021-11-05 12:30:39 +01:00
keyword.rs internal: completion: split out more PathKinds from ImmediateLocation 2021-12-07 22:49:42 +01:00
lifetime.rs Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00
mod_.rs Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00
pattern.rs Show enum completions for single variant enums in irrefutable patterns 2021-12-10 18:25:54 +01:00
postfix.rs Add Semantics::original_ast_node for upmapping nodes out of macro files 2021-11-03 21:12:36 +01:00
qualified_path.rs fix: insert whitespaces into assoc items for assist when macro generated 2021-12-13 16:35:32 +01:00
record.rs Add support for qualified struct names 2021-11-23 10:57:29 -06:00
snippet.rs Remove possible multiline details in completions 2021-11-24 16:08:11 +01:00
trait_impl.rs Replace some String usages with SmolStr in completions 2021-11-05 12:30:39 +01:00
unqualified_path.rs internal: completion: split out more PathKinds from ImmediateLocation 2021-12-07 22:49:42 +01:00