DefaultOptionExtensions Class
Visual Studio 2015
Extension methods for common general options.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetIndentSize(IEditorOptions) | Gets the size of an indentation for the specified IEditorOptions. |
![]() ![]() | GetNewLineCharacter(IEditorOptions) | Gets the newline character or characters for the specified editor options. |
![]() ![]() | GetReplicateNewLineCharacter(IEditorOptions) | Determines whether to duplicate the newline character or character sequence if it is already present when inserting a newline. |
![]() ![]() | GetTabSize(IEditorOptions) | Gets the number of spaces for the tab in the specified IEditorOptions. |
![]() ![]() | IsConvertTabsToSpacesEnabled(IEditorOptions) | Determines whether the option to convert tabs to spaces is enabled in the specified IEditorOptions. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

