Is there any way to search for methods / types by just some keywords?
For example, imagine the method GetLocalPathForOriginalFile. Say, doing a search for get local original would return that method (or a list of methods by relevance).
Visual Studio 2012 does this from the ‘Search Solution Explorer’, but only up to classes. It does not search method names.
I am also using Resharper v7 and Visual Studio 2012, so if that does it it would be good as well.
Press Alt-Shift-T (if you are using VS keyboard scheme in ReSharper) and type
Get*Local*Original.