Skip to content
Sergey Timofiychuk edited this page Jun 16, 2023 · 37 revisions

Plugin generates java docs for all elements in java classes.
To generate javadocs for active element press "shift + alt + G".
To generate javadocs for all elements in current java file press "shift + ctrl + alt + G".
You can also select a part of code in editor and press "shift + alt + G" or from context dialog ("Javadocs -> Selected element" in case of Intellij Idea before 13 and "JavaDocs for the selected element" in case of Intellij Idea 13 and greater) and javadocs will be created for all selected elements.
Both of this actions could be executed from the generate popup dialog ("alt + insert").

Since release 1.0.11 new shortcuts are available:

  • Remove javadocs on current/selected element: "shift + alt + Z"
  • Remove javadocs on all elements of current class: "shift + ctrl + alt + Z"
  • From project view available new option to Create javadocs for selected folder/files
  • From project view available new option to Remove javadocs for selected folder/files

  • Latest plugin archive could be found here: https://plugins.jetbrains.com/plugin/7157

    Templates configuration can be found at page: [Templates configuration](https://github.com/TSergey/intellij-javadocs/wiki/Javadoc-templates)

    Configuration of plugin can be found in regular Intellij Idea settings panel:

    Configuration Configuration

    Clone this wiki locally