Intellij Idea adding template to "Generate" (CMD + N)
Answered
Hi everyone,
I'd like to be able to add a template to the "Generate" menu.
I've been looking around in the IDE and on the web but I did not find any answer apart from the fact that it can be done when coding a plugin.
So is there a way to achieve this ?
Thanks a lot
Please sign in to leave a comment.
Only via your custom plug-in.
Example: https://github.com/renjith4/ApacheEqualsHashCodeToString/blob/master/src/com/shankh/intellij/plugin/apache/eht/generators/GenerateToStringCodeAction.java
Thanks a lot !
Serge is always the Answering Ninja !