Is there a way in Netbeans, or a plugin, that enables switching between files by name? E.g. entering the name, or part of the name, of the file, and getting a dynamically narrowed list of matching files?
I'd like to reproduce the Emacs behavior of C-x b with ido flex-matching mode on, but even something without fuzzy matching would be welcome.
Thanks.