Is there a free Visual studio add-on to automatically generate try/catch blocks from a method that documents exceptions ?
Asked
Active
Viewed 482 times
5
-
If you're already using ReSharper, then the Agent Johnson plugin is available for free and does what you're looking for. Unfortunately ReSharper is not free... http://code.google.com/p/agentjohnsonplugin/ – Drew Noakes Jan 20 '10 at 17:36
1 Answers
1
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
- 15,551
- 16
- 69
- 94
-
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. – Jan 20 '10 at 07:25