[jvm-lang] enable interlanguage fixes by default

This commit is contained in:
Daniil Ovchinnikov
2018-02-05 00:46:56 +03:00
parent 204a4b5abd
commit 5f31dae686
@@ -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