4 references to Automatic_Line_Ender
Microsoft.CodeAnalysis.EditorFeatures (4)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (4)
30
public string DisplayName => EditorFeaturesResources.
Automatic_Line_Ender
;
134
using var transaction = args.TextView.CreateEditTransaction(EditorFeaturesResources.
Automatic_Line_Ender
, _undoRegistry, _editorOperationsFactoryService);
145
using var transaction = args.TextView.CreateEditTransaction(EditorFeaturesResources.
Automatic_Line_Ender
, _undoRegistry, _editorOperationsFactoryService);
154
using var editTransaction = args.TextView.CreateEditTransaction(EditorFeaturesResources.
Automatic_Line_Ender
, _undoRegistry, _editorOperationsFactoryService);