Visual Studio Tips and Tricks

Productivity Driven Development

Color Output in Build and Debug Windows

| Comments

VSColorOutput is neat extension that can change the color of text in your build and debug windows based on regular expressions. Those windows can get pretty noisy with pages of text, and this is a great way to watch out for important events.

Another neat feature is the option to stop your build on First Error. You can enable this in Tools->Options->VSColorOutput.

Want to learn more about Visual Studio? Check out this Pluralsight Course.
Use SqlSmash to write maintainable SQL scripts, understand code faster and navigate around easily in SSMS.

Comments