DefaultOptions Class

Definition

Common general options.

public ref class DefaultOptions abstract sealed
public ref class DefaultOptions abstract sealed
class DefaultOptions abstract sealed
public static class DefaultOptions
type DefaultOptions = class
Public Class DefaultOptions
Inheritance
DefaultOptions

Fields

AdaptiveFormattingOptionId

Determines whether automatic formatting should adapt to the contents of the file instead of user options.

AdaptiveFormattingOptionName
AutoDetectUtf8Id

The default option that determines whether files, when opened, attempt to detect for a utf-8 encoding.

AutoDetectUtf8Name
AutomaticDelimiterHighlightingId

The default option that determines whether matching delimiters should be highlighted.

AutomaticDelimiterHighlightingName
CodeCleanupOnSaveProfileOptionId

Determines which Code Cleanup profile should be used by Code Cleanup on Save.

CodeCleanupOnSaveProfileOptionName
ConvertTabsToSpacesOptionId

The default option that determines whether to convert tabs to spaces.

ConvertTabsToSpacesOptionName

The name of the default option that determines whether to convert tabs to spaces.

EditorEmulationModeId

The default option that determines the editor emulation mode.

EditorEmulationModeName
EnableCodeCleanupOnSaveOptionId

The option that determines whether Code Cleanup should be performed on Save.

EnableCodeCleanupOnSaveOptionName
FallbackFontId

Option that defines the fallback font for the editor.

FallbackFontName
FollowCodingConventionsId

The default option that determines whether files should follow project coding conventions.

FollowCodingConventionsName
HideAdvancedCompletionItemsOptionId

Determines whether or not advanced members are hidden in the IntelliSense completion.

HideAdvancedCompletionItemsOptionName
IndentSizeOptionId

The default option that determines size of an indent.

IndentSizeOptionName

The name of the default option that determines size of an indent. This option is used to determine the numerical column offset of an indent level.

IndentStyleId

Determines the indentation style of the document.

IndentStyleName
InsertFinalNewLineOptionId

The default option that determines whether to insert final new line charcter.

InsertFinalNewLineOptionName
LongBufferLineChunkLengthId

The default option that determines the chunking size for long lines.

LongBufferLineChunkLengthOptionName

The name of the default option that determines the chunking size for long lines. Lines longer than LongBufferLineThreshold may be considered in chunks of this size.

LongBufferLineThresholdId

The default option that determines the threshold for special handling of long lines.

LongBufferLineThresholdOptionName

The name of the default option that determines the threshold for special handling of long lines. Some operations do not operate on lines longer than this threshold.

NewLineCharacterOptionId

The default option that determines the newline character or characters.

NewLineCharacterOptionName

The default option that determines the newline character or characters. The newline character can be a string, as in the common case of "\r\n". This setting applies when ReplicateNewLineCharacter is false, or when ReplicateNewLineCharacter is true and the text buffer is empty.

NonBlockingCompletionOptionId

Option that defines whether or not Editor should block waiting for computation of completion items. When set to true and user invoked gesture to commit a completion item, Editor will either use the last computed set of completion items, or dismiss completion if no completion items were computed so far.

NonBlockingCompletionOptionName
RawCodingConventionsSnapshotOptionId

The default option that contains current snapshot of coding conventions.

RawCodingConventionsSnapshotOptionName
ReplicateNewLineCharacterOptionId

The default option that determines whether to duplicate the new line character already present when inserting a new line.

ReplicateNewLineCharacterOptionName

The name of the default option that determines the newline character or characters. The newline character can be a string, as in the common case of "\r\n". This setting applies when ReplicateNewLineCharacter is false, or when ReplicateNewLineCharacter is true and the text buffer is empty.

ResponsiveCompletionOptionId

Option that defines whether or not Editor should limit the time it blocks waiting for computation of completion items. When this time duration elapses, Editor will either use the last computed set of completion items, or dismiss completion if no completion items were computed so far.

ResponsiveCompletionOptionName
ResponsiveCompletionThresholdOptionId

Option that defines how long Editor should block waiting for computation of completion items, in miliseconds. When this time duration elapses, Editor will either use the last computed set of completion items, or dismiss completion if no completion items were computed so far.

ResponsiveCompletionThresholdOptionName
SelectSubwordOnDoubleClickId

The option that determines whether double click should select by subword instead of word.

SelectSubwordOnDoubleClickName
ShowSignatureHelpOptionId

Defines whether Signature Help should be shown automatically.

ShowSignatureHelpOptionName
TabSizeOptionId

The default option that determines size of a tab.

TabSizeOptionName

The name of the default option that determines size of a tab. This option is used to determine the numerical column offset of a tab character ('\t') and, if ConvertTabsToSpaces is enabled, the number of spaces to which a tab should be converted.

TooltipAppearanceCategoryOptionId

The default option that determines appearance category for tooltips originating in this view.

TooltipAppearanceCategoryOptionName
TrimTrailingWhiteSpaceOptionId

The default option that determines whether to trim trailing whitespace.

TrimTrailingWhiteSpaceOptionName
UseBoxSelectionOptionId

Determines whether Editor should retain box selection functionality (if true) or use multiple stream selections (if false).

UseBoxSelectionOptionName
WordBasedSuggestionsOptionId

Option that defines whether Editor extensions like TextMate should default to providing suggestions based on words already present in the document, when semantic IntelliSense completion would be otherwise unavailable.

WordBasedSuggestionsOptionName

Applies to