3 implementations of SupportsFormatOnReturn
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
Formatting\CSharpFormattingInteractionService.cs (1)
43public bool SupportsFormatOnReturn => false;
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\VSTypeScriptFormattingInteractionService.cs (1)
34public bool SupportsFormatOnReturn => _implementation.SupportsFormatOnReturn;
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
Internal\Editor\FSharpEditorFormattingService.cs (1)
42public bool SupportsFormatOnReturn => _service.SupportsFormatOnReturn;
1 reference to SupportsFormatOnReturn
Microsoft.CodeAnalysis.EditorFeatures (1)
Formatting\FormatCommandHandler.cs (1)
155if (!service.SupportsFormatOnReturn)