问题
It is possible to generate getter/setter, hashcode/equals, toString in one click? Right now I have to choose each one separetely.
回答1:
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.
来源:https://stackoverflow.com/questions/30490265/generate-getter-setter-hashcode-equals-tostring-in-one-template-in-intellij