Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Go to file" feature in various editors

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 candidate 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?

like image 484
hekevintran Avatar asked Nov 06 '22 13:11

hekevintran


1 Answers

Gedit has this feature with the snapopen plugin. You find it on http://live.gnome.org/Gedit/Plugins

Or you can use the Gmate-Plugins for gedit: https://github.com/gmate/gmate It is basicly gedit on steroids.

like image 147
Rockiger Avatar answered Dec 04 '22 19:12

Rockiger