Skip to content

Commit f7144dc

Browse files
bors[bot]lnicola
andauthored
Merge #6229
6229: Add docs for dbgr and call r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents f9b2dea + 8cc175e commit f7144dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/ide/src/completion.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ pub use crate::completion::{
6161
// - `expr.refm` -> `&mut expr`
6262
// - `expr.not` -> `!expr`
6363
// - `expr.dbg` -> `dbg!(expr)`
64+
// - `expr.dbgr` -> `dbg!(&expr)`
65+
// - `expr.call` -> `(expr)`
6466
//
6567
// There also snippet completions:
6668
//

0 commit comments

Comments
 (0)