Filter error messages from build output
I'm having a hard time to quickly fix syntax errors with Visual Studio 2010 because usually the build output consists of lots and lots of warnings and maybe one or two error messages. The errors are hidden like the proverbial needle in the haystack.
Now I don't want to ignore the warnings, but the errors are more important. Is there a setting/method/trick/... in Visual Studio 2010 to filter only the error messages from the build output? Perhaps one can sort the build output according to warnings an errors. If so,开发者_如何学运维 how?
It's all in the image... essentially, click on the type of messages you want to view/hide in the Errors list to toggle them from visible to hidden and back again...
精彩评论