Skip to content

Commit d2f5ac0

Browse files
authored
Update C# language UI ref (#14121)
1 parent 518b165 commit d2f5ac0

File tree

5 files changed

+13
-77
lines changed

5 files changed

+13
-77
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,11 @@
10451045
"redirect_url": "/visualstudio/help-viewer/find-topics",
10461046
"redirect_document_id": false
10471047
},
1048+
{
1049+
"source_path": "docs/ide/reference/options-text-editor-csharp-formatting.md",
1050+
"redirect_url": "/visualstudio/ide/code-styles-and-code-cleanup",
1051+
"redirect_document_id": false
1052+
},
10481053
{
10491054
"source_path": "docs/ide/csharp-developer-productivity.md",
10501055
"redirect_url": "/visualstudio/ide/productivity-features",

docs/ide/code-styles-and-code-cleanup.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ ms.subservice: general-ide
1111
f1_keywords:
1212
- VS.ToolsOptionsPages.Text_Editor.CSharp.Code_Style.General
1313
- VS.ToolsOptionsPages.Text_Editor.Basic.Code_Style.General
14+
- VS.ToolsOptionsPages.Text_Editor.CSharp.Formatting.Spacing
15+
- VS.ToolsOptionsPages.Text_Editor.CSharp.Formatting.NewLines
16+
- VS.ToolsOptionsPages.Text_Editor.CSharp.Formatting.Indentation
17+
- VS.ToolsOptionsPages.Text_Editor.CSharp.Formatting.Wrapping
18+
- VS.ToolsOptionsPages.Text_Editor.CSharp.Formatting
19+
- VS.ToolsOptionsPages.Text_Editor.CSharp.Formatting.General
20+
- VS.ToolsOptionsPages.Text_Editor.CSharp.Code_Style.Formatting.General
1421
zone_pivot_groups: programming-languages-set-two
1522
---
1623
# Code style preferences and code cleanup

docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ For more information about how to change fonts and colors for accessibility, see
169169

170170
## Set language-specific editor options
171171

172-
You can make various changes to the code editor to suit your programming language of choice. For example, you can change [brace formatting](reference/options-text-editor-csharp-formatting.md#new-lines-page) in C# to appear inline or on a new line, and more. To learn how to customize the code editor, see [Set language-specific editor options](reference/setting-language-specific-editor-options.md).
172+
You can make various changes to the code editor to suit your programming language of choice. For example, you can change brace formatting in C# to appear inline or on a new line, and more. To learn how to customize the code editor, see [Set language-specific editor options](reference/setting-language-specific-editor-options.md).
173173

174174
## Set accessibility options
175175

docs/ide/reference/options-text-editor-csharp-formatting.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

docs/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,8 +968,6 @@
968968
items:
969969
- name: Advanced
970970
href: ide/reference/options-text-editor-csharp-advanced.md
971-
- name: Code Style > Formatting
972-
href: ide/reference/options-text-editor-csharp-formatting.md
973971
- name: IntelliSense
974972
href: ide/reference/options-text-editor-csharp-intellisense.md
975973
- name: C/C++

0 commit comments

Comments
 (0)