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