3 references to GetInlineCompletionsAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
InlineCompletions\InlineCompletionsTests.cs (3)
225
var result = await
GetInlineCompletionsAsync
(testLspServer, locationTyped, new LSP.FormattingOptions { InsertSpaces = true, TabSize = 4 });
231
result = await
GetInlineCompletionsAsync
(testLspServer, locationTyped, new LSP.FormattingOptions { InsertSpaces = true, TabSize = 4 });
245
var result = await
GetInlineCompletionsAsync
(testLspServer, locationTyped, options ?? new LSP.FormattingOptions { InsertSpaces = true, TabSize = 4 });