We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c9fbe commit e37817fCopy full SHA for e37817f
src/EditorFeatures/Core/Extensibility/Commands/PredefinedCommandHandlerNames.cs
@@ -195,10 +195,10 @@ internal static class PredefinedCommandHandlerNames
195
/// <summary>
196
/// Command handler name for LSP Go To Definition.
197
/// </summary>
198
- public const string LspGoToDefinition = "LSP Go To Definition Command Handler";
+ public const string LspGoToDefinition = "LSP GoToDefinitionCommandHandler";
199
200
201
/// Command handler name for LSP Find References.
202
203
- public const string LspFindReferences = "LSP Find References Command Handler";
+ public const string LspFindReferences = "LSP FindReferenceCommandHandler";
204
}
0 commit comments