In eclipse (with the emacs keys) i hit ctrl-x-ctrl-f and it searches for filenames containing the word I type. what is the equivalent emacs feature emacs feature?
You might try find-file-in-project + ido-mode. Alternative you can try the newer and more feature complete project projectile.
You can autocomplete filenames in the current directory with TAB, but it sounds a little like you are wanting some kind of project management (to find all matching files belonging to a pre-defined project, not just in the current directory).
Is that the case? (If not, which files do you want to search?)
M-x find-dired
is useful for running arbitrary find commands from the current (or specified) directory.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With