d-rk / cron-descriptor

IntelliJ IDEA Plugin to display a human readable description for cron expressions as tooltip
MIT License
13 stars 3 forks source link

How to open tooltip? #2

Closed yonesko closed 5 years ago

yonesko commented 6 years ago

I created constant

public static final String CRON = "0 15 10 ? * MON-FRI";

But desired tooltip did not opened. What keys to press on my Mac OS?

Thanks

d-rk commented 5 years ago

you have to hover over the expression with the mouse, then the tooltip will apear

benchdoos commented 4 years ago

Does it support yml files? cleanupOldRecords: '0 0 3 * * SAT' # every Saturday at 3 am Not opening on hover -IntelliJ IDEA 2020.2 (Ultimate Edition) Build #IU-202.6397.94, built on July 27, 2020