Skip to content

Commit 14b07ef

Browse files
committed
add Automatic Brace Completion info
1 parent 787e380 commit 14b07ef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/ide/reference/options-text-editor-all-languages.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Options, Text Editor, All Languages
33
description: Learn how to use the General page in the All Languages section to change the default behavior of the Code Editor within Visual Studio.
44
ms.custom: SEO-VS-2020
5-
ms.date: 11/04/2016
5+
ms.date: 09/01/2022
66
ms.topic: reference
77
f1_keywords:
88
- VS.ToolsOptionsPages.Text_Editor.JavaScript.General
@@ -109,6 +109,10 @@ When selected, the mouse cursor changes to a pointing hand as it passes over a U
109109

110110
When selected, displays the **Navigation bar** at the top of the code editor. Its dropdown **Objects** and **Members** lists allow you to choose a particular object in your code, select from its members, and navigates to the declaration of the selected member in the Code Editor.
111111

112+
**Automatic brace completion**
113+
114+
When selected, Visual Studio provides a closing parenthesis when an open parenthesis is typed.
115+
112116
**Apply Cut or Copy commands to blank lines when there is no selection**
113117

114118
This option sets the behavior of the editor when you place the insertion point on a blank line, select nothing, and then Copy or Cut.

0 commit comments

Comments
 (0)