Cover move method refactoring with registry key (disabled by default)

This commit is contained in:
Igor Yakovlev
2020-06-10 17:19:00 +03:00
parent ed67517fb9
commit c29dbee65e
2 changed files with 15 additions and 0 deletions
@@ -128,6 +128,11 @@
defaultValue="false"
restartRequired="false"/>
<registryKey key="kotlin.enable.move.method.refactoring"
description="Enable experimental move method refactoring"
defaultValue="false"
restartRequired="false"/>
<fileEditorProvider implementation="org.jetbrains.kotlin.idea.scratch.ui.KtScratchFileEditorProvider"/>
<jbProtocolCommand implementation="org.jetbrains.kotlin.tools.projectWizard.wizard.OpenNewProjectWizardProtocolCommand"/>