Add intention to add missing components to destructuring assignment #KT-16258 Fixed

This commit is contained in:
Kirill Rakhman
2017-02-17 17:09:41 +01:00
committed by Mikhail Glukhikh
parent 4d47c0fd63
commit 8d425a6f94
14 changed files with 157 additions and 0 deletions
+5
View File
@@ -1507,6 +1507,11 @@
<category>Kotlin</category>
</intentionAction>
<intentionAction>
<className>org.jetbrains.kotlin.idea.intentions.AddMissingDestructuringIntention</className>
<category>Kotlin</category>
</intentionAction>
<localInspection implementationClass="org.jetbrains.kotlin.idea.intentions.ObjectLiteralToLambdaInspection"
displayName="Object literal can be converted to lambda"
groupName="Kotlin"