Intellij generate javadoc for methods and classes

前端 未结 9 1933
礼貌的吻别
礼貌的吻别 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:48

    For IntelliJ 12:

    Position caret above a method name, type /** and press Enter to let IntelliJ IDEA automatically generate JavaDoc stubs for this method. See here

提交回复
热议问题