Showing Progress for Actions
Answered
I have a bunch of AnAction
and some have long processing, while they deal with IO, thus actionPerformed()
takes a while to complete
What is the general guidance for indicating that your action is doing work, when it takes a few seconds to complete?
Is there something built-in to actions to show that it is busy doing something?
Please sign in to leave a comment.
Hi Jezz,
Please see: https://plugins.jetbrains.com/docs/intellij/general-threading-rules.html#background-processes-and-processcanceledexception