Intellij generate javadoc for methods and classes
问题 Is it possible to set up Intellij to generate javadoc for methods and classes, automatically, with @author and @since date ? I had this feature in Eclipse. I know, that files have templates and also i can manually semi-automatically add javadoc to selected method/class. But i want the generation to be automatic for every generated method/class/enum/interface/field etc. This is useful for e.g. "extract method", "override/implement", "create getter/setter" etc. This would save hundreds of