I don't know if you can do that already, though my guess is you could probably write a Visual Studio add in to parse the content in the output window.
A quick search finds these links: - How to: Create an addin - http://msdn.microsoft.com/en-us/library/80493a3w%28VS.80%29.aspx - How to: Control the Output Window - http://msdn.microsoft.com/en-us/library/ht6z4e28%28VS.80%29.aspx Will On 3 June 2010 22:16, Wallace Turner <[email protected]> wrote: > Can the Output window in Visual Studio (any version) parse the output to > provide quick links to the erroneous class(es) ? > > > > Eclipse has had this feature since forever; see screenshot below. I have > only included this to explain what I mean (please no Eclipse vs VS fight!) > > > > Resharper has a feature called ‘Stack Trace Explorer’ however it is a bit > clunky as you need to highlight the bit you want and then open the STE > window. > > > > Eclipse: > > > > > > >
<<image001.png>>
