Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In IntelliJ IDEA, is there a way to see background task output?

Say I'm importing new project and it's taking way too long in my opinion. Background task is stuck for example at "Gradle: build".

How can I debug (verify), if it's doing anything? Is there a way to see any specific output?

like image 865
MaciejF Avatar asked Feb 15 '17 10:02

MaciejF


People also ask

How do I view background tasks in IntelliJ?

From the main menu, choose Window | Background Tasks | Show.

What is background task window?

The Background Tasks window displays the progress of any running asynchronous tasks. For example, you can see the progress for shader compilation, lightmap.

How do I see all references in IntelliJ?

In the editor, select a symbol you want to find, IntelliJ IDEA automatically highlights all found usages in the file. If the highlighting of usages is disabled, press Ctrl+Shift+F7 to highlight all usages in the file.


1 Answers

There is already an open feature request for that, please feel free to vote:

  • IDEA-157505 View Gradle output when importing project
like image 148
CrazyCoder Avatar answered Oct 06 '22 17:10

CrazyCoder