In our previous post (View Help with in Same Code Window – Peek Help), we have seen one excellent productive feature of Visual Studio 2013 power tool . Here is one more! “Viewing Error in Solution Explorer”. This enables you to visualizes the error indication in the solution explorer directly in a cascading way. You can see this effects as and when you type the code.
Even if your code editor is closed, you can view the exact error or warning just by hovering the mouse on the files that are indicated as error or warning.
In the Solution level, you can view the overall summary result, i.e it will be clasified based on the files, and type of error / warning.
You can filter on the errors in the solution explorer to view only the error or warning.
Note : If you Expand / Collapse the tooltip for details / quick view as shown in below image.
Pingback: Peek Definition in Visual Studio 2013 is now all about Ctrl + Click | Daily .NET Tips
Pingback: Automatically Remove and Sort Usings on Save in Visual Studio 2013 | Daily .NET Tips
Pingback: .NET Tips and Tricks from Daily .NET Tips : September – December 2013 Links | Abhijit's World of .NET