Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2012: "Live Error List" - how to turn it off?

While I edit C# code in Visual Studio 2012, the "Error List" window continually updates with a list of current syntax errors etc. I find this very distracting and would like to turn it off.

Does anyone know how to turn it off?

(I don't really know what this VS feature is properly called, so someone might already have answered it... Apologies if this is the case.)

like image 887
Matthew Watson Avatar asked Dec 20 '22 16:12

Matthew Watson


2 Answers

You can try with based on : General and deselecting the "Always show Error List if build finishes with errors"

Tools -->Options--> Projects and Solutions --> General and deselecting the "Always show Error List if build finishes with errors".

like image 106
Aghilas Yakoub Avatar answered Dec 28 '22 08:12

Aghilas Yakoub


I usually unpin it (with the pin icon in its top right corner), and call it up when I want to see it by moving the mouse onto its title. Once you compile your project, the window will automatically come up if there are any errors.

like image 35
waldrumpus Avatar answered Dec 28 '22 09:12

waldrumpus