1 write to TextFormat
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
162TextFormat = InsertTextFormat.Snippet,
1 reference to TextFormat
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
InlineCompletions\InlineCompletionsTests.cs (1)
252Assert.Equal(LSP.InsertTextFormat.Snippet, item.TextFormat);