C# Class Microsoft.Languages.Editor.Settings.CommonSettings

Mostrar archivo Open project: Microsoft/RTVS

Public Methods

Method Description
GetAutoFormat ( IEditorSettingsStorage storage ) : bool
GetCompletionEnabled ( IEditorSettingsStorage storage ) : bool
GetFormatterIndentSize ( IEditorSettingsStorage storage ) : int
GetFormatterIndentType ( IEditorSettingsStorage storage ) : IndentType
GetFormatterTabSize ( IEditorSettingsStorage storage ) : int
GetIndentStyle ( IEditorSettingsStorage storage ) : IndentStyle
GetSignatureHelpEnabled ( IEditorSettingsStorage storage ) : bool
GetValidationEnabled ( IEditorSettingsStorage storage ) : bool

Method Details

GetAutoFormat() public static method

public static GetAutoFormat ( IEditorSettingsStorage storage ) : bool
storage IEditorSettingsStorage
return bool

GetCompletionEnabled() public static method

public static GetCompletionEnabled ( IEditorSettingsStorage storage ) : bool
storage IEditorSettingsStorage
return bool

GetFormatterIndentSize() public static method

public static GetFormatterIndentSize ( IEditorSettingsStorage storage ) : int
storage IEditorSettingsStorage
return int

GetFormatterIndentType() public static method

public static GetFormatterIndentType ( IEditorSettingsStorage storage ) : IndentType
storage IEditorSettingsStorage
return IndentType

GetFormatterTabSize() public static method

public static GetFormatterTabSize ( IEditorSettingsStorage storage ) : int
storage IEditorSettingsStorage
return int

GetIndentStyle() public static method

public static GetIndentStyle ( IEditorSettingsStorage storage ) : IndentStyle
storage IEditorSettingsStorage
return IndentStyle

GetSignatureHelpEnabled() public static method

public static GetSignatureHelpEnabled ( IEditorSettingsStorage storage ) : bool
storage IEditorSettingsStorage
return bool

GetValidationEnabled() public static method

public static GetValidationEnabled ( IEditorSettingsStorage storage ) : bool
storage IEditorSettingsStorage
return bool