2 writes to FirstTriggerCharacter
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
DefaultCapabilitiesProvider.cs (1)
87
capabilities.DocumentOnTypeFormattingProvider = new DocumentOnTypeFormattingOptions {
FirstTriggerCharacter
= "}", MoreTriggerCharacter = [";", "\n"] };
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageClient\XamlCapabilities.cs (1)
29
DocumentOnTypeFormattingProvider = new DocumentOnTypeFormattingOptions {
FirstTriggerCharacter
= ">" },