What’s the simplest way to “jump to a file somewhere in my source tree by name”? For example, if I’m working with “libfoo” that contains libfoo/foo/foo.py, I’d like to be able to jump to foo.py from anywhere within libfoo/**[0].
Possibly some way to do this with a tags file?
[0]: that is, libfoo/ and its subdirectories.
check out command-t, FuzzyFinder, or FuzzyFinder_Textmate
Personally, I find command-t has the best UI, but FuF_Textmate is best for quickly getting to the right place in very large projects (which is why I use it after trying all 3)
Note that fuzzyfinder_textmate is unmaintained by its origional author, so you may have to poke around the gh network tab to find who has the most up to date branch. also note it is a bit of a pain to install.