4 references to SmartIndenter
Microsoft.CodeAnalysis.EditorFeatures (1)
SmartIndent\SmartIndentProvider.cs (1)
35
if (!_editorOptionsService.GlobalOptions.GetOption(SmartIndenterOptionsStorage.
SmartIndenter
))
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpSmartIndentProvider.cs (1)
53
=> _globalOptions.GetOption(SmartIndenterOptionsStorage.
SmartIndenter
) ? new SmartIndent(textView, this) : null;
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartIndentProviderTests.vb (2)
28
Assert.Equal(True, globalOptions.GetOption(SmartIndenterOptionsStorage.
SmartIndenter
))
42
globalOptions.SetGlobalOption(SmartIndenterOptionsStorage.
SmartIndenter
, False)