If I press Alt + Insert to generate constructors, getters,setters, etc, I want IntelliJ to also generate a javadoc that has all the @return and @param entries there. Is there a way to adjust how the Generation feature works?
I know I can add /** above the method and it generates it, but if I have multiple methods I generated, I don't want to have to do this on each one.
I'm on IntelliJ 2016.3 Ultimate