Is there a listener for automatic project builds?
Answered
Hey all, I'm new to plugin development and I'd like to write a plugin that runs some scripts when the project auto-builds with the “Build project automatically” setting enabled. Are there any listeners that I can use which subscribe to the auto-build events?
Double appreciate if you could point me to some code samples of any such listeners :)
Please sign in to leave a comment.
Also want to point out that I tried using CompilationStatusListener with no success so far :/
com.intellij.compiler.server.BuildManagerListener application-level listener
Samples: https://plugins.jetbrains.com/intellij-platform-explorer/listeners?topics=com.intellij.compiler.server.BuildManagerListener