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?
Please sign in to leave a comment.
Hi, see:
com.intellij.openapi.application.ApplicationActivationListener
.