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

While I am editing C # code in Visual Studio 2012, the Error List window is constantly updating with a list of current syntax errors, etc. I find this very distracting and would like to disable it.

Does anyone know how to disable it?

(I really don't know that this VS function is correctly named, so someone could already answer it ... Sorry if that is so.)

+5
source share
2 answers

I usually turn it off (with a pin icon in the upper right corner) and call it when I want to see it by moving the mouse to my header. After you compile the project, a window will automatically appear if there are any errors.

+3

: General and deselecting the "Always show Error List if build finishes with errors"

→ → → " , ".

+9

All Articles