Resharper Tip : To-do Explorer

Do you find your code riddled with

throw new NotImplementedException();

or

// TODO:

Did you know that Resharper provides support to find those elements quickly?

When using the Visual Studio keyboard mappings, you can bring up the To-do Explorer with [Ctrl+Alt+D] or click on the Resharper > Windows > To-do Explorer.

For futher tweaking, check out the “To-do Items” in the Resharper Options window. It provides full RegEx capability for creating your own patterns!



kick it on DotNetKicks.com

1 Comment so far

  1. Josh on August 4th, 2009

    Ah damn, I’m still on the fence about getting Resharper. It’s probably one of those things that I’ll kick myself for not getting once I get it. Thanks for the info.

Leave a Reply