From 5f31dae686a887ac8c77a2d341707fa38d23ba7e Mon Sep 17 00:00:00 2001 From: Daniil Ovchinnikov Date: Fri, 2 Feb 2018 17:53:22 +0300 Subject: [PATCH] [jvm-lang] enable interlanguage fixes by default --- platform/util/resources/misc/registry.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index 25a0e47b3a66..0dc0aed45524 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -1404,7 +1404,7 @@ junit4.search.4.tests.all.in.scope.description=Check each class in scope if it's duplicates.inspection.only.extractable=false duplicates.inspection.only.extractable.description=Highlight duplicate code only if it can be extracted into a method -ide.interlanguage.fixes=false +ide.interlanguage.fixes=true ide.interlanguage.fixes.description=Enable 'Create Xxx from usage' fixes in JVM languages ide.create.field.enable.shortening=true ide.create.field.enable.shortening.description=Always enable shortening of FQNs in templates in Create Field fixes