Skip to content

Commit

Permalink
Auto merge of #15649 - tomalexander:master, r=Veykril
Browse files Browse the repository at this point in the history
Documentation: Add parenthesis to the list of on-typing assists.
  • Loading branch information
bors committed Sep 22, 2023
2 parents c22bb03 + 91b012f commit fccae08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ide/src/typing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ struct ExtendedTextEdit {
// - typing `=` between two expressions adds `;` when in statement position
// - typing `=` to turn an assignment into an equality comparison removes `;` when in expression position
// - typing `.` in a chain method call auto-indents
// - 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
// - typing `{` in a use item adds a closing `}` in the right place
//
// VS Code::
Expand Down

0 comments on commit fccae08

Please sign in to comment.