1 reference to GetFormattedLspSnippetAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
156
var formattedLspSnippet = await
GetFormattedLspSnippetAsync
(parsedSnippet, wordOnLeft.Value, document, sourceText, formattingOptions, simplifierOptions, cancellationToken).ConfigureAwait(false);