3 writes to TextEditFormat
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\OnAutoInsert\OnAutoInsertHandler.cs (3)
152
TextEditFormat
= LSP.InsertTextFormat.Snippet,
217
TextEditFormat
= LSP.InsertTextFormat.Snippet,
315
TextEditFormat
= format,
4 references to TextEditFormat
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\Internal\VSInternalDocumentOnAutoInsertResponseItem.cs (1)
17
/// Gets or sets the insert text format of the primary text edit. <see cref="
TextEditFormat
"/> for supported formats.
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
OnAutoInsert\AbstractOnAutoInsertTests.cs (1)
56
Assert.Equal(InsertTextFormat.Snippet, result.
TextEditFormat
);
OnAutoInsert\RawStringOnAutoInsertTests.cs (2)
228
Assert.Equal(InsertTextFormat.Snippet, result.
TextEditFormat
);
232
Assert.Equal(InsertTextFormat.Plaintext, result.
TextEditFormat
);