3 references to SignatureHelpAfterCompletion
Microsoft.CodeAnalysis.EditorFeatures (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptPredefinedCommandHandlerNames.cs (1)
11
public const string SignatureHelpAfterCompletion = PredefinedCommandHandlerNames.
SignatureHelpAfterCompletion
;
RenameTracking\RenameTrackingCancellationCommandHandler.cs (1)
21
[Order(After = PredefinedCommandHandlerNames.
SignatureHelpAfterCompletion
)]
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Snippets\SnippetCommandHandler.cs (1)
34
[Order(After = Microsoft.CodeAnalysis.Editor.PredefinedCommandHandlerNames.
SignatureHelpAfterCompletion
)]