Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Completely remove "error list" from visual studio

I want to completely remove "error list" from visual studio 2008, not disable it i want it gone. It annoys me to no end popping up endlessly, i guess i must be "doing it wrong" but w/e i just want to use VS without being alerted every other keystroke about some warning.

I've tried editing many different fields in the options (tools -> options) it has only slightly decreased the frequency of the error list popping up. I have also deselected errors, warnings, and Messages. and it pops up with nothing to display. unpinning it doesn't help either.

also upgrading to VS 2010 is not an option at this point.

Im looking for a solution something like the following: remove a dll or config file responsible for this

Also I still want the inline validation (the little squiggly marks, etc), but the error list window annoys me.

like image 655
Letseatlunch Avatar asked Apr 27 '11 19:04

Letseatlunch


People also ask

How do I remove a Build error?

Go to Tools >> Options… >> Projects and Solutions >> Build and Run. On the right-hand side panel, just change the value in dropdown displayed under 'On Run, when build or deployment errors occur:' to 'Do not Launch' and we are done.

Where is the error list in Visual Studio?

To display the Error List, choose View > Error List, or press Ctrl+\+E.

How do I fix errors in Visual Studio 2019?

In Visual Studio 2019 Update 16.5 or later you can go to Tools > Options > Projects and Solutions > Build and Run and set 'On Run, when build or deployment error occurs' to one of the options below. Once this is set, running and debugging tests will honor this option as well.


2 Answers

I think this is probably exactly what you're wanting:

http://blogs.msdn.com/b/zainnab/archive/2010/05/16/hide-or-show-error-list-when-the-build-finishes-with-errors-vstiptool0022.aspx

You can change this behavior by going to Tools -> Options -> Projects and Solutions -> General and deselecting the "Always show Error List if build finishes with errors".

I'm guessing this will work with ASP.Net as well, since that's building on the fly.

like image 174
Matt DeKrey Avatar answered Oct 09 '22 09:10

Matt DeKrey


I am using Visual Studio 2017, and I also have to cope with the useless, impossible-to-disable, annoyingly-in-your-face, and outright disturbing "Error List" window.

So, here is what I did:

  1. Undock the "Error List" window to make it free-floating.
  2. Resize it to the smallest size possible.
  3. Move it out to some remote area of the screen where it is not so annoying.

enter image description here

And voila, problem solved ! (*1)

P.S.

If someone knows how to also get rid of the annoying "Sign in" thing at the top-right corner of the screen, please do tell.

*1 Well, problem mostly solved. It will be completely solved when I abandon this dinosaur of an IDE and start using the Rider IDE instead.

like image 37
Mike Nakis Avatar answered Oct 09 '22 08:10

Mike Nakis