views:

21

answers:

1

Resharper has some commands I just can't live without (keybindings are given for the Visual Studio template):

  • Open by filename (Ctrl+Shift+T)
  • Locate in solution explorer (alt-shift-T, useful only when solution explorer is configured not to track the current file already)

Does visual studio have alternatives to these that don't require Resharper? I know VS2010 adds the "Edit.NavigateTo" command (Ctrl+,) but it is slow and shows every useless symbol that might be what you want (too noisy).

Is anything similar offered by other perhaps free addons?

A: 

You might want to try the Solution Navigator feature that is bundled with the free Visual Studio Productivity Power Tools extension. It appears to have more powerful support for searching for files and symbols all combined within the Solution Explorer.

Ray Vega

related questions