Is there any feature/plugin for intellij for triggering a system notification when a run configuration executed...
I have run configurations that do build/package/deploy but take a minute or so, if i'm doing something else and intellij is not focused i wont know when operation ended. Having a notification or some sound triggered when run is complete would be nice.
c
Czar
04/23/2019, 7:14 AM
You can configure Notifications in
File | Settings | Appearance & Behavior | Notifications
if that does not help, you could add a script as a run configuration and add your configuration you want notification for as its pre-run step.
This question is quite off-topic here though, please refrain from posting such in the future. Use Google, Stackoverflow or the support link from the channel topic.