You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale-issues.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ jobs:
18
18
pull-requests: write # for actions/stale to close stale PRs
19
19
runs-on: ubuntu-latest
20
20
steps:
21
-
- uses: actions/stale@v5.1.1
21
+
- uses: actions/stale@v4.0.0
22
22
with:
23
23
repo-token: ${{ secrets.GITHUB_TOKEN }}
24
24
stale-issue-message: 'Thanks for sharing your feedback. We apologize for our delayed response. Due to the sheer volume of feedback in our repo, we have decided to prioritize the newest issues and are automatically closing our oldest issues with an Issues bot. If you believe your feedback is still actionable, then either respond directly in this issue or open a new documentation issue and we’ll review. If no activity occurs in the next 14 days, this issue will be closed.'
@@ -56,6 +56,8 @@ This dialog box allows you to change the default behavior of the Code Editor. Th
56
56
57
57
A grayed checkmark is displayed when an option has been selected on the General options pages for some programming languages, but not for others.
58
58
59
+
:::image type="content" source="media/tools-options-text-editor-all-languages-general.png" alt-text="Screenshot of the Options dialog box that shows the General settings for all programming languages in the text editor.":::
60
+
59
61
## Statement Completion
60
62
61
63
**Auto list members**
@@ -109,6 +111,10 @@ When selected, the mouse cursor changes to a pointing hand as it passes over a U
109
111
110
112
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.
111
113
114
+
**Automatic brace completion**
115
+
116
+
When selected, Visual Studio provides a closing parenthesis when an open parenthesis is typed.
117
+
112
118
**Apply Cut or Copy commands to blank lines when there is no selection**
113
119
114
120
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.
@@ -117,7 +123,7 @@ This option sets the behavior of the editor when you place the insertion point o
117
123
118
124
- When this option is cleared, the Cut command removes blank lines. However, the data on the Clipboard is preserved. Therefore, if you then use the Paste command, the content most recently copied onto the Clipboard is pasted. If nothing has been copied previously, nothing is pasted.
119
125
120
-
This setting has no effect on Copy or Cut when a line is not blank. If nothing is selected, the entire line is copied or cut. If you then Paste, the text of the entire line and its endline character are pasted.
126
+
This setting has no effect on Copy or Cut when a line isn't blank. If nothing is selected, the entire line is copied or cut. If you then Paste, the text of the entire line and its endline character are pasted.
121
127
122
128
> [!TIP]
123
129
> To display indicators for spaces, tabs, and line ends, and thus distinguish indented lines from lines that are entirely blank, select **Advanced** from the **Edit** menu and choose **View White Space**.
0 commit comments