Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Stop auto popping up intellij messages window

Every time I try to run a test or compile code in IntelliJ, if another file has a compile error, it causes the messages window to auto popup and the editor automatically opens that file with the error. Is there a way to prevent this behavior?

like image 462
Jeff Storey Avatar asked Nov 06 '12 23:11

Jeff Storey


People also ask

How do I turn off IntelliJ suggestions?

Disable an inspection in the settingsIn the Settings/Preferences dialog ( Ctrl+Alt+S ), select Editor | Inspections. Locate the inspection you want to disable, and clear the checkbox next to it.

How do I turn off suggestions in Pycharm?

Go to File > Settings (or Ctrl + Alt + S ) > [IDE Settings] > Editor > Code Completion. The "Autopopup code completion" setting will determine if the popup opens automatically. Below it, the "Insert selected variant by typing dot, space, etc." is likely the setting you want to turn off. Save this answer.

How do I open messages in IntelliJ?

All notifications and events that occur in IntelliJ IDEA are gathered in the Notifications tool window. You can open the tool window by clicking the corresponding tool window bar on the right side of the editor. Alternatively, from the main menu, select View | Tool Windows | Notifications.


1 Answers

You can try to disable the Automatically show first error in editor option:

show first error

like image 197
CrazyCoder Avatar answered Nov 26 '22 16:11

CrazyCoder