7 references to Plaintext
Microsoft.CodeAnalysis.LanguageServer.Protocol (7)
Protocol\CompletionItem.cs (3)
175/// The format of the insert text. If omitted, defaults to <see cref="InsertTextFormat.Plaintext"/> 188[DefaultValue(InsertTextFormat.Plaintext)] 193} = InsertTextFormat.Plaintext;
Protocol\Internal\Efficiency\OptimizedVSCompletionListJsonConverter.cs (1)
193if (completionItem.InsertTextFormat != default && completionItem.InsertTextFormat != InsertTextFormat.Plaintext)
Protocol\Internal\VSInternalDocumentOnAutoInsertResponseItem.cs (2)
21[DefaultValue(InsertTextFormat.Plaintext)] 28} = InsertTextFormat.Plaintext;
Protocol\Internal\VSInternalInlineCompletionItem.cs (1)
44public InsertTextFormat? TextFormat { get; set; } = InsertTextFormat.Plaintext;