Search code examples
intellij-ideaideauto-generate

Generate getter/setter, hashcode/equals, toString in one template in Intellij


It is possible to generate getter/setter, hashcode/equals, toString in one click? Right now I have to choose each one separetely.


Solution

  • No, it's not possible. Each of the generators has a distinct UI where you need to specify the details of the methods you need, so it wouldn't save any significant effort if the generators were combined.