gindex / intellij-javadoc-html-cleaner

Intellij plugin for cleaning HTML markup in JavaDocs

Home Page:https://plugins.jetbrains.com/plugin/13344-javadoc-html-cleaner/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Intellij plugin for cleaning HTML markup in JavaDocs

https://plugins.jetbrains.com/plugin/13344-javadoc-html-cleaner/

License:MIT License


Languages

Language:Kotlin 50.1%Language:Java 49.9%