A sample IntelliJ IDEA plugin for telling the current time.
In order to install the plugin, follow these steps:
- Clone the repository:
git clone https://github.com/Taikelenn/TimeTeller.git
- Build the plugin by running:
gradlew buildPlugin
- You will find the built plugin as a .zip file under the
build/distributions/
directory. - In IntelliJ IDEA, go to File -> Settings -> Plugins. Select Install Plugin from Disk and navigate to the .zip file found in step 3.
The plugin adds an entry in the Help menu called "Tell the Time". Press it to display a notification with the current system time. By default, this option is also bound to the keyboard shortcut CTRL+SHIFT+T.