5 references to Snippet
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Completion\CompletionResultFactory.cs (1)
384lspItem.InsertTextFormat = LSP.InsertTextFormat.Snippet;
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
153TextFormat = InsertTextFormat.Snippet,
Handler\OnAutoInsert\OnAutoInsertHandler.cs (2)
131TextEditFormat = LSP.InsertTextFormat.Snippet, 195TextEditFormat = LSP.InsertTextFormat.Snippet,
Protocol\CompletionItemSetting.cs (1)
20/// when <see cref="CompletionItem.InsertTextFormat"/> is set to <see cref="InsertTextFormat.Snippet"/>.