Quick-Fixes: Do not show Change Signature dialog when applying "Remove parameter" quick-fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user