Progress indicator in background view
Answered
I am showing the progress of some code analysis as a progress indicator in the background and showing in the status bar. Now, I want to show it in a detail view with some custom contents (like this view in the picture). I am not sure what it is called and how to implement it. Please suggest me how to implement it.

Please sign in to leave a comment.
Check the ProgressManager.runProcessWithProgressSynchronously method. For more details, check JavaDocs.
More examples of how to use it, you can find in the intellij-community repository.