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