StefanKert / BuildVision

A Visual Studio extension to visualize the building process.
MIT License
261 stars 43 forks source link

Access warnings like errors from BuildVision #43

Open muellerto opened 7 years ago

muellerto commented 7 years ago

If you have compilation errors you can display them by clicking on the row and jump into the code from there. If you have only warnings you must indeed go into the Output window and search them there. This is not good. You should handle errors, warnings and messages (#pragma message) in the same style.

Perhaps it would be a good way to limit the number of the warnings, because many developers seem to ignore warnings and have a very big number.

Perhaps it would also be good to have an option to use this new icon or not.