2 references to InsertTextAsync
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
SpellCheck\SpellCheckTests.cs (2)
173
await
InsertTextAsync
(testLspServer, document, buffer.CurrentSnapshot.Length, "// comment");
220
await
InsertTextAsync
(testLspServer, document, sourceText.Length, text: " ");