Is there a free Visual studio add-on to automatically generate try/catch blocks from a method that documents exceptions ?
views:
90answers:
1
+1
A:
Would CR_ExceptionHelper be what you're after?
It's Open source. Requires either DXCore or CodeRush Xpress which are both free.
(Update:Erm... also runs Fine on Paid version of CodeRush... But you knew that right :))
Rory Becker
2010-01-18 14:26:10
This is what I'm looking for. Unfortunately, it's not working..at all for me 8-(. Either the pop-up dialog does not appear (mostly on proprietary assemblies) or no code is generated after clicking OK.
omatrot
2010-01-20 07:25:15