diff --git a/idea/idea-test-framework/src/org/jetbrains/kotlin/idea/test/DirectiveBasedActionUtils.kt b/idea/idea-test-framework/src/org/jetbrains/kotlin/idea/test/DirectiveBasedActionUtils.kt index 55c83610956..12f50447807 100644 --- a/idea/idea-test-framework/src/org/jetbrains/kotlin/idea/test/DirectiveBasedActionUtils.kt +++ b/idea/idea-test-framework/src/org/jetbrains/kotlin/idea/test/DirectiveBasedActionUtils.kt @@ -76,6 +76,11 @@ object DirectiveBasedActionUtils { "Suppress all ", "Edit cleanup profile settings", "Fix all '", - "Cleanup code" + "Cleanup code", + "Show local variable type hints", + "Show function return type hints", + "Show property type hints", + "Show parameter type hints", + "Show argument name hints" ) }