Javadoc

Plug-in Installation Method

You can install Javadoc by searching for it in the IDEA plugin center

Use:

Then, in the Java file, Alt + Insert calls out the quick Generate menu Generate, with the option to create a Javadoc

rendering

Idea Javadocs2

Idea Javadocs2 is a plugin for IntelliJ Idea, which can easily generate Java annotations with one click. You can manually modify custom annotation templates.

Intellij plugin Javadocs is a plugin that generates Java documents on Java class elements (such as field and Method).

It is the upgraded version of Intellij-Javadocs. Because the original plug-in has not been maintained for a long time, it can not adapt to the new version of Intellij IDEA, so the plug-in is modified and made Chinese. Enhancements have also been added, such as support for interface elements.

The plugin is used in the same way as Intellij-Javadocs, with the following features:

  • You can generate comments based on the currently selected element
  • Based on the currentjava The file generates all comments
  • According to the selected directory, you can view all the files in the directoryjava File generation comment

Plug-in Installation Method

  1. Official plugin market: ThroughIdeaSearch,Idea Javadocs2Then click Install
  2. Direct download installation: accessGithub.com/freedommeda…Select from the pagezip File download and then inIdea Can be installed