1 reference to GetInlineCompletionItemsAsync
Microsoft.VisualStudio.LanguageServices.Razor (1)
LanguageClient\Cohost\CohostInlineCompletionEndpoint.cs (1)
82
var result = await Completion.
GetInlineCompletionItemsAsync
(context, generatedDocument, position, formattingOptions, cancellationToken).ConfigureAwait(false);