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.
Tags are collapsed by default.
Requires:
- JDK 1.8
- Gradle 6
Build the plugin:
./gradlew clean buildPlugin
Run the plugin in Intellij:
./gradlew runIde
Compatible with Intellij IDEA 2019.2+
This plugin is licensed under MIT.