Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 981 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 981 Bytes

cron-descriptor

IntelliJ IDEA Plugin to display a human readable description for cron expressions as tooltip.

After installing the plugin open a file in the editor, detected Cron expressions are now underlined and by hovering over the expression with the mouse a tooltip with the description will be displayed.

Supports: Java, Kotlin, Properties, Yaml

Example Java
01. Example Tooltip, Java with IntelliJ Theme
Example Yaml
02. Example Tooltip, Yaml with IntelliJ Theme
Example Properties
03. Example Tooltip, Properties with Dracula Theme
Example Kotlin
04. Example Tooltip, Kotlin with Dracula Theme