Code Insight: "Generate secondary constructor" action
#KT-6970 Fixed
This commit is contained in:
@@ -169,6 +169,10 @@
|
||||
<action id="KotlinGenerateTearDownMethod"
|
||||
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateTestSupportActionBase$TearDown"
|
||||
text="TearDown Function" />
|
||||
<separator />
|
||||
<action id="KotlinGenerateSecondaryConstructor"
|
||||
class="org.jetbrains.kotlin.idea.actions.generate.KotlinGenerateSecondaryConstructorAction"
|
||||
text="Secondary Constructor" />
|
||||
|
||||
<add-to-group group-id="GenerateGroup" anchor="first"/>
|
||||
</group>
|
||||
|
||||
Reference in New Issue
Block a user