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 3eb6c04 commit 43d1397Copy full SHA for 43d1397
RetailCoder.VBE/Root/RubberduckModule.cs
@@ -466,7 +466,9 @@ private IMenuItem GetRefactoringsParentMenu()
466
var items = new IMenuItem[]
467
{
468
KernelInstance.Get<CodePaneRefactorRenameCommandMenuItem>(),
469
+#if DEBUG
470
KernelInstance.Get<RefactorExtractMethodCommandMenuItem>(),
471
+#endif
472
KernelInstance.Get<RefactorReorderParametersCommandMenuItem>(),
473
KernelInstance.Get<RefactorRemoveParametersCommandMenuItem>(),
474
KernelInstance.Get<RefactorIntroduceParameterCommandMenuItem>(),
0 commit comments