If you press ALT+M you get a methode dropdown list. If you type some chars the selection is reduced for matching entries. This works perfect.
Idea: Allow to enter a blank and to continue with a new string, so the resulting list contains entries that have both string in its description.
Entering "DoData My"
Will find a methode CMyDlg::DoDataExchange but not CYourDlg::DoDataExchange.
Martin Richter [rMVP] WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming
I would be pleased with the implicit AND operator by typing a space.
If my source files are getting that huge that I need to specify regular expressions to filter out - let's say - 10 of 5000 methods to jump to one of them than I would rather reorganize my soure files and/or classes. Well, maybe my projects are too small