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