We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c22bb03 + 91b012f commit fccae08Copy full SHA for fccae08
crates/ide/src/typing.rs
@@ -47,7 +47,7 @@ struct ExtendedTextEdit {
47
// - typing `=` between two expressions adds `;` when in statement position
48
// - typing `=` to turn an assignment into an equality comparison removes `;` when in expression position
49
// - typing `.` in a chain method call auto-indents
50
-// - typing `{` in front of an expression inserts a closing `}` after the expression
+// - typing `{` or `(` in front of an expression inserts a closing `}` or `)` after the expression
51
// - typing `{` in a use item adds a closing `}` in the right place
52
//
53
// VS Code::
0 commit comments