10

The aim here is to incorporate StackOverflow popular answers into Visual Studio's Exception Assistant.


I have trawled the web without luck, the only information I could find about customizing the Exception Assistant is this link below that shows how to add links to the "Troubleshooting Tip" area:

http://abhijitjana.net/2011/01/07/exception-occurred-get-troubleshooting-tips-from-your-favorites-blogs/

My question is it possible to tap into other areas of the Exception Assistant such as: Actions, View Details?

I also found that adding links to Troubleshooting Tip area is limited: http://social.msdn.microsoft.com/Forums/en/vsx/thread/3b045e98-081c-4540-b27b-3121245e53ee,


I have posted the idea on Microsoft's Visual Studio suggestion site, vote for it if you like the idea: http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2847295-exception-assistant-exstensibility-to-tap-into-t

UPDATE (May 2015):

Microsoft is doing something similar with Developer Assistant, just need to tap into the error assistant with StackOverflow in the same way: https://visualstudiogallery.msdn.microsoft.com/a1166718-a2d9-4a48-a5fd-504ff4ad1b65

Jeremy Thompson
  • 61,933
  • 36
  • 195
  • 321

2 Answers2

3

I wanted to extend it as well. Doing a bit of research it seems its not possible.

Unfortunately this is not possible. We will consider this when we do our future planning for the Visual Studio debugger though.

Thanks,

Brad Sullivan - Program Manager - Visual Studio Debugger (source http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/3b045e98-081c-4540-b27b-3121245e53ee/)

Tom Squires
  • 8,848
  • 12
  • 46
  • 72
  • 1
    Thanks @Tom, obviously when it becomes available I'll extend it and integrate [so] into the VS Exception Assistant... – Jeremy Thompson Feb 02 '13 at 02:19
  • Haha, that was exactly what I wanted to do for my 10% time at work. I have a few other possible ways of doing it. Up for teaming up some time? – Tom Squires Feb 03 '13 at 07:06
  • Yeah for sure, lets keep monitoring and jump on it when it becomes available :-) – Jeremy Thompson Feb 03 '13 at 22:31
  • I really hate the way the closed source commercial IDE deals with these type issues. With Eclipse this type of customization is so easy!! – Masud Rahman Dec 06 '13 at 10:59
  • 1
    @MasudRahman, I would love to see a version of this idea in Eclipse as well as other IDE's beside .Net and Java one's. A language neutral polymorphic implementation that could be ported to all/most languages implemented via abstract functions so that a core API could evolve would be ideal. – Jeremy Thompson Sep 17 '14 at 07:54
  • Actually, I tried to do something in the pro-active mode of SurfClipse. Once an exception encounters, it automatically searches for relevant web pages and gathers within the IDE. https://www.youtube.com/watch?v=LTIkFYrnllY – Masud Rahman Sep 18 '14 at 01:42
  • I just saw this now @MasudRahman - WOW man!! That is really impressive. Well done. Any chance you will make it open source? – Jeremy Thompson Feb 17 '15 at 04:31
  • 1
    @JeremyThompson, although the web service is off due to its costs, you can fork the Eclipse client from here : https://github.com/masud-technope/SurfClipseClientGH – Masud Rahman Feb 18 '15 at 00:59
0

I've started the project, its very much WIP and needs contributors.

Contribute to GitHub Stackoverflow Exception Assistant:

enter image description here

Jeremy Thompson
  • 61,933
  • 36
  • 195
  • 321