Add Code Generation action
Answered
Hey, i have the simple question if it is possible to add quick commands to the code -> Generate (Alt+Insert) function. Would be nice if anyone know how to do it and share his knoledge with me :D
Thanks for your help
Please sign in to leave a comment.
It can be done via a plug-in, check the existing code generation plug-ins for the example.
https://github.com/lotabout/CodeGenerator
https://github.com/JetBrains/intellij-community/tree/master/plugins/generate-tostring
Thanks for the reply Serge, but it is very hard to get started with those links. Is there any documentation that Jetbrains has available that shows step-by-step what should be done?
Sorry, there is no an easy way right now.