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