mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Auto merge of #15649 - tomalexander:master, r=Veykril
Documentation: Add parenthesis to the list of on-typing assists.
This commit is contained in:
commit
fccae08dd3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ struct ExtendedTextEdit {
|
||||||
// - typing `=` between two expressions adds `;` when in statement position
|
// - typing `=` between two expressions adds `;` when in statement position
|
||||||
// - typing `=` to turn an assignment into an equality comparison removes `;` when in expression 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 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
|
// - typing `{` in a use item adds a closing `}` in the right place
|
||||||
//
|
//
|
||||||
// VS Code::
|
// VS Code::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue