Skip to content

Commit f2ecdab

Browse files
committed
Add actions for toggling type hints to list of irrelevant actions
They are available in many tests and only starting with the 172 branch, so we ignore them to reduce clutter and branch divergence. (cherry picked from commit 52cfec5)
1 parent ab61841 commit f2ecdab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

idea/idea-test-framework/src/org/jetbrains/kotlin/idea/test/DirectiveBasedActionUtils.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ object DirectiveBasedActionUtils {
7676
"Suppress all ",
7777
"Edit cleanup profile settings",
7878
"Fix all '",
79-
"Cleanup code"
79+
"Cleanup code",
80+
"Show local variable type hints",
81+
"Show function return type hints",
82+
"Show property type hints",
83+
"Show parameter type hints",
84+
"Show argument name hints"
8085
)
8186
}

0 commit comments

Comments
 (0)