Skip to content

Commit 99dff2f

Browse files
authored
Merge pull request #2417 from gewarren/options-page
Remove undocumented options
2 parents 67f10f2 + 983994d commit 99dff2f

File tree

1 file changed

+3
-62
lines changed

1 file changed

+3
-62
lines changed

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

Lines changed: 3 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ ms.topic: reference
77
f1_keywords:
88
- "VS.ToolsOptionsPages.Text_Editor.CSharp.Outlining"
99
- "VS.ToolsOptionsPages.Text_Editor.CSharp.Advanced"
10-
helpviewer_keywords:
11-
- "XML comments"
12-
- "XML documentation, generating"
13-
- "outlining options [C#]"
14-
- "XML documentation, creating"
1510
author: gewarren
1611
ms.author: gewarren
1712
manager: douge
@@ -23,90 +18,36 @@ ms.workload:
2318
Use the **Advanced** options page to modify the settings for editor formatting, code refactoring, and XML documentation comments for C#. To access this options page, choose **Tools** > **Options**, and then choose **Text Editor** > **C#** > **Advanced**.
2419

2520
> [!NOTE]
26-
> The dialog boxes and menu commands you see might differ from those described in Help depending on your active settings or edition. To change your settings, choose **Import and Export Settings** on the **Tools** menu. For more information, see [Personalize the Visual Studio IDE](../../ide/personalizing-the-visual-studio-ide.md).
21+
> Not all options may be listed here.
2722
2823
## Analysis
2924

3025
- Enable full solution analysis
3126

3227
Enables code analysis on all files in the solution, not just open code files. For more information, see [Full solution analysis](../../code-quality/how-to-enable-and-disable-full-solution-analysis-for-managed-code.md).
3328

34-
- Perform editor feature analysis in external process (experimental)
35-
36-
## Using Directives
37-
38-
- Place 'System' directives first when sorting usings
39-
40-
- Separate using directive groups
41-
42-
- Suggest usings for types in reference assemblies
43-
44-
- Suggest usings for types in NuGet packages
45-
4629
## Highlighting
4730

4831
- Highlight references to symbol under cursor
4932

5033
When the cursor is positioned inside a symbol, or when you click a symbol, all the instances of that symbol in the code file are highlighted.
5134

52-
- Highlight related keywords under cursor
53-
5435
## Outlining
5536

5637
- Enter outlining mode when files open
5738

5839
When selected, automatically outlines the code file, which creates collapsible blocks of code. The first time a file is opened, #regions blocks and inactive code blocks collapse.
5940

60-
- Show procedure line separators
61-
62-
- Show outlining for declaration level constructs
63-
64-
- Show outlining for code level constructs
65-
66-
- Show outlining for comments and preprocessor regions
67-
68-
- Collapse #regions when collapsing to definitions
69-
70-
## Fading
71-
72-
- Fade out unused usings
73-
74-
- Fade out unreachable code
75-
76-
## Block Structure Guides
77-
78-
- Show guides for declaration level constructs
79-
80-
- Show guides for code level constructs
81-
8241
## Editor Help
8342

8443
- Generate XML documentation comments for ///
8544

8645
When selected, inserts the XML elements for XML documentation comments after you type the `///` comment introduction. For more information about XML documentation, see [XML Documentation Comments (C# Programming Guide)](/dotnet/csharp/programming-guide/xmldoc/xml-documentation-comments).
8746

88-
- Insert \* at the start of new lines when writing /\* \*/ comments
89-
90-
- Show preview for rename tracking
91-
92-
- Split string literals on enter
93-
94-
- Report invalid placeholders in 'string.Format' calls
95-
96-
## Extract Method
97-
98-
- Don't put ref or out on custom struct
99-
100-
## Implement Interface or Abstract Class
101-
102-
- When inserting properties, events and methods, place them with other members of the same kind, or at the end
103-
104-
- When generating properties, prefer throwing properties or prefer auto properties
105-
10647
## See also
10748

10849
- [How to: Insert XML comments for documentation generation](../../ide/reference/generate-xml-documentation-comments.md)
10950
- [XML Documentation Comments (C# Programming Guide)](/dotnet/csharp/programming-guide/xmldoc/xml-documentation-comments)
110-
- [Documenting your code with XML comments (C# Guide)](/dotnet/csharp/codedoc)
111-
- [Setting language-specific editor options](../../ide/reference/setting-language-specific-editor-options.md)
51+
- [Document your code with XML comments (C# Guide)](/dotnet/csharp/codedoc)
52+
- [Set language-specific editor options](../../ide/reference/setting-language-specific-editor-options.md)
11253
- [C# IntelliSense](../../ide/visual-csharp-intellisense.md)

0 commit comments

Comments
 (0)