"Go to file" feature in various editors
Posted
by hekevintran
on Stack Overflow
See other posts from Stack Overflow
or by hekevintran
Published on 2010-05-07T21:57:18Z
Indexed on
2010/05/08
8:18 UTC
Read the original article
Hit count: 424
In TextMate there is a feature called "Go to file" that is used for file navigation. It is a box where you type the name of a file in your project and it will use fuzzy matching to generate a list of candidates files from which you can select.
Other editors have this feature, but they each give it a different name:
Vim fuzzyfinder
Emacs fuzzy-find-in-project
TextMate Go to file (fuzzy)
Eclipse OpenResource (not fuzzy)
Eclipse GotoFile (fuzzy)
Komodo Go to File (not fuzzy)
Netbeans Go to file (not fuzzy)
Does jEdit, Geany, or Ultraedit have this feature?
© Stack Overflow or respective owner