We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80cc0ef commit cfc52adCopy full SHA for cfc52ad
crates/ide-completion/src/completions/postfix.rs
@@ -529,6 +529,11 @@ fn main() { ControlFlow::Break(42) }
529
"#,
530
);
531
532
+ // The receiver texts should be escaped, see comments in `get_receiver_text()`
533
+ // for detail.
534
+ //
535
+ // Note that the last argument is what *lsp clients would see* rather than
536
+ // what users would see. Unescaping happens thereafter.
537
check_edit_with_config(
538
config.clone(),
539
"break",
0 commit comments