Is there a method/function list feature in Resharper?
Two ways I use to navigate methods using R# are:
- ReSharper->Go To->File member... (Alt + \, for me)
- ReSharper->Windows->File Structure Window
The former invokes a popup with autocomplete where you can type the name of the method, or you can scroll through the list. The latter option is a window that provides an overview of the members in your class in the order they come in the file.