4 references to AsIs
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Completion\CompletionResultFactory.cs (2)
102
if (capabilityHelper.SupportedInsertTextModes.Contains(LSP.InsertTextMode.
AsIs
))
105
completionList.ItemDefaults.InsertTextMode = LSP.InsertTextMode.
AsIs
;
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Completion\CompletionTests.cs (2)
1557
InsertTextModeSupport = new LSP.InsertTextModeSupportSetting { ValueSet = [LSP.InsertTextMode.
AsIs
] }
1568
Assert.Equal(LSP.InsertTextMode.
AsIs
, results.ItemDefaults.InsertTextMode);