When I use Alt+M to navigate methods within a file, I find myself wanting to use the same filtering that is now applied to OFIW and FSIW. That is, the ability to do things like this:
get u name
Should find any methods, etc... with names like
GetUserName() GetYourName() GetUnusedNames()
etc...
Is it possible to apply the same filtering to the method list?
Workaround is to assign a shortcut to the dialog via OpenFileInWorkspaceDialog and FindSymbolDialog. (The former has an Alt+Shift+O shortcut by default.)