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 39d59fb commit d789cf8Copy full SHA for d789cf8
crates/ide/src/typing.rs
@@ -42,6 +42,7 @@ pub(crate) const TRIGGER_CHARS: &str = ".=>{";
42
//
43
// - typing `let =` tries to smartly add `;` if `=` is followed by an existing expression
44
// - typing `.` in a chain method call auto-indents
45
+// - typing `{` in front of an expression inserts a closing `}` after the expression
46
47
// VS Code::
48
0 commit comments