Quick-Fixes: Do not show Change Signature dialog when applying "Remove parameter" quick-fix

This commit is contained in:
Alexey Sedunov
2016-08-29 14:26:52 +03:00
parent c244baf087
commit 34c268b08b
2 changed files with 2 additions and 1 deletions
@@ -143,7 +143,7 @@ abstract class ChangeFunctionSignatureFix(
}
}
override fun performSilently(affectedFunctions: Collection<PsiElement>) = false
override fun performSilently(affectedFunctions: Collection<PsiElement>) = true
override fun forcePerformForSelectedFunctionOnly() = false
},
context,