-
Notifications
You must be signed in to change notification settings - Fork 96
Home
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:
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: