24 references to PredefinedCommandHandlerNames
Microsoft.CodeAnalysis.EditorFeatures (24)
CommentSelection\CommentUncommentSelectionCommandHandler.cs (1)
28
[VisualStudio.Utilities.Name(
PredefinedCommandHandlerNames
.CommentSelection)]
CommentSelection\ToggleBlockCommentCommandHandler.cs (1)
25
[VisualStudio.Utilities.Name(
PredefinedCommandHandlerNames
.ToggleBlockComment)]
CommentSelection\ToggleLineCommentCommandHandler.cs (1)
32
[VisualStudio.Utilities.Name(
PredefinedCommandHandlerNames
.ToggleLineComment)]
Editor\GoToAdjacentMemberCommandHandler.cs (1)
29
[Name(
PredefinedCommandHandlerNames
.GoToAdjacentMember)]
ExternalAccess\VSTypeScript\Api\VSTypeScriptPredefinedCommandHandlerNames.cs (1)
11
public const string SignatureHelpAfterCompletion =
PredefinedCommandHandlerNames
.SignatureHelpAfterCompletion;
ExtractMethod\ExtractMethodCommandHandler.cs (2)
34
[Name(
PredefinedCommandHandlerNames
.ExtractMethod)]
35
[Order(After =
PredefinedCommandHandlerNames
.DocumentationComments)]
FindReferences\FindReferencesCommandHandler.cs (1)
32
[Name(
PredefinedCommandHandlerNames
.FindReferences)]
Formatting\FormatCommandHandler.cs (3)
36
[Name(
PredefinedCommandHandlerNames
.FormatDocument)]
37
[Order(After =
PredefinedCommandHandlerNames
.Rename)]
38
[Order(Before =
PredefinedCommandHandlerNames
.StringCopyPaste)]
GoToBase\GoToBaseCommandHandler.cs (1)
27
[Name(
PredefinedCommandHandlerNames
.GoToBase)]
GoToDefinition\GoToDefinitionCommandHandler.cs (1)
30
[Name(
PredefinedCommandHandlerNames
.GoToDefinition)]
GoToImplementation\GoToImplementationCommandHandler.cs (1)
27
[Name(
PredefinedCommandHandlerNames
.GoToImplementation)]
Organizing\OrganizeDocumentCommandHandler.cs (1)
35
[Name(
PredefinedCommandHandlerNames
.OrganizeDocument)]
PasteTracking\PasteTrackingPasteCommandHandler.cs (2)
21
[Name(
PredefinedCommandHandlerNames
.PasteTrackingPaste)]
26
[Order(Before =
PredefinedCommandHandlerNames
.FormatDocument)]
ReferenceHighlighting\NavigateToHighlightReferenceCommandHandler.cs (1)
27
[Name(
PredefinedCommandHandlerNames
.NavigateToHighlightedReference)]
RenameTracking\RenameTrackingCancellationCommandHandler.cs (6)
21
[Name(
PredefinedCommandHandlerNames
.RenameTrackingCancellation)]
22
[Order(After =
PredefinedCommandHandlerNames
.SignatureHelpBeforeCompletion)]
23
[Order(After =
PredefinedCommandHandlerNames
.SignatureHelpAfterCompletion)]
24
[Order(After =
PredefinedCommandHandlerNames
.AutomaticCompletion)]
26
[Order(After =
PredefinedCommandHandlerNames
.QuickInfo)]
27
[Order(After =
PredefinedCommandHandlerNames
.EventHookup)]