Search code examples
visual-studiovisual-studio-2008add-in

Looking for a 'method list' addin for Visual Studio 2008


I'm looking for a code navigation addin for Visual Studio 2008:

  1. Press a keyboard shortcut to invoke a popup window that shows a list of methods of the current .cs file.
  2. In the popup window the input focus auto sets to an input box where you can filter the method list as you type.
  3. Press to jump to the selected method.

That's all. When using Delphi there is a add-in called experts which does this and it's very productive.


Solution

  • ReSharper has the functionality (Alt+\)

    Kindness,

    Dan