2 references to SmartIndenter
Microsoft.CodeAnalysis.EditorFeatures (1)
SmartIndent\SmartIndentProvider.cs (1)
30
if (!_editorOptionsService.GlobalOptions.GetOption(SmartIndenterOptionsStorage.
SmartIndenter
))
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpSmartIndentProvider.cs (1)
50
=> _globalOptions.GetOption(SmartIndenterOptionsStorage.
SmartIndenter
) ? new SmartIndent(textView, this) : null;