I'm looking for a code navigation addin for Visual Studio 2008:
- Press a keyboard shortcut to invoke a popup window that shows a list of methods of the current .cs file.
- In the popup window the input focus auto sets to an input box where you can filter the method list as you type.
- 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.