Intellij generate javadoc for methods and classes

前端 未结 9 1981
礼貌的吻别
礼貌的吻别 2020-12-29 01:25

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,

9条回答
  •  情话喂你
    2020-12-29 01:54

    Actually it's now possible, you can simply go to "Settings/Editor/File and Code Templates". There, you can edit the template which is used to create classes, enums, interfaces etc. My Intellij version is 2019.2.3 and on linux.

提交回复
热议问题