0

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.

Mike B
  • 303
  • 4
  • 13

1 Answers1

1

You might want to use the "Go to File..." feature accessible with SHIFT + ALT + O

It opens a box where you can search for a file allowing to search by name with wilcards.

EDIT: Found this plugin Open File Fast on another SO answer

Community
  • 1
  • 1
koopajah
  • 23,792
  • 9
  • 78
  • 104