I'm using the VS 2010 SDK to write some extension for VS. The extension pretty much needs to catch the coding errors on the IDE or compiling errors and log them onto a separate dialog. Does anyone know whether VS exposes some event that I can use to listen
to coding errors or compiling errors caught by the IDE?
Thanks.
Thanks.