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