Possible to capture IDE windows state change

Answered

I'd like to track whether the user has minimized or switched away from the IDE (IntelliJ or Android Studio). 

Is there an API similar to vscode.window.state.focused for VS Code that allows me to capture this state change?

0
1 comment

Hi, see: com.intellij.openapi.application.ApplicationActivationListener.

0

Please sign in to leave a comment.