6 references to Snippet
Microsoft.CodeAnalysis.LanguageServer.Protocol (6)
Handler\Completion\CompletionResultFactory.cs (1)
400
lspItem.InsertTextFormat = LSP.InsertTextFormat.
Snippet
;
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
162
TextFormat = InsertTextFormat.
Snippet
,
Handler\OnAutoInsert\OnAutoInsertHandler.cs (3)
152
TextEditFormat = LSP.InsertTextFormat.
Snippet
,
217
TextEditFormat = LSP.InsertTextFormat.
Snippet
,
310
format = LSP.InsertTextFormat.
Snippet
;
Protocol\CompletionItemSetting.cs (1)
20
/// when <see cref="CompletionItem.InsertTextFormat"/> is set to <see cref="InsertTextFormat.
Snippet
"/>.