Introduce intention to name anonymous parameter #KT-17191 Fixed

This commit is contained in:
Dmitry Neverov
2017-04-24 23:01:35 +03:00
committed by Mikhail Glukhikh
parent bc071bf543
commit 9dd217eee3
25 changed files with 276 additions and 0 deletions
+5
View File
@@ -1265,6 +1265,11 @@
<category>Kotlin</category>
</intentionAction>
<intentionAction>
<className>org.jetbrains.kotlin.idea.intentions.ReplaceUnderscoreWithParameterNameIntention</className>
<category>Kotlin</category>
</intentionAction>
<intentionAction>
<className>org.jetbrains.kotlin.idea.intentions.AddJvmOverloadsIntention</className>
<category>Kotlin</category>