Intellij generate javadoc for methods and classes

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

    An easy option is to access Find Action menu (Macs: Cmd+Shift+A | Win: Ctrl+Shift+A) and type any part of the Generate JavaDoc action. Once you found and clicked on that , an option menu for generation of JavaDocs is opened , containing a wide range of options and scopes.

    Reference -> https://www.jetbrains.com/help/idea/mastering-keyboard-shortcuts.html

提交回复
热议问题