Skip to content

gindex/intellij-javadoc-html-cleaner

Repository files navigation

Intellij Plugin ― JavaDoc HTML Cleaner

License: MIT GitHub Release JetBrains Marketplace JetBrains Marketplace Download Github Gradle C

Improves JavDoc readability by hiding HTML markup and replacing reserved chars. Basic features:

  • Folds HTML and Javadoc tags (collapse / expand ⌘-/⌘+ on macOS)
  • Highlights contained text
  • Provides highlighting configuration
  • Replaces reserved chars

For configuration navigate to Preferences -> Editor -> Color Schema -> JavaDoc HTML Cleaner. Includes default configuration for the light and darcula theme.

Usage

Tags are collapsed by default.

Folding Example

Build plugin

Requires:

  • JDK 1.8
  • Gradle 6

Build the plugin:

./gradlew clean buildPlugin

Run the plugin in Intellij:

./gradlew runIde

Compatibility

Compatible with Intellij IDEA 2019.2+

License

This plugin is licensed under MIT.