Our project has a folder structure which makes navigating files a bit of a hassle.
basefolder
--> libs
--> libA
--> libB
...
--> utils
--> utilA
...
--> apps
--> appTypeA
---> appA
---> appB
...
--> appTypeB
...
--> external
-->
...
...
My colleague uses SublimeText and he has this search bar, which just treats all files as if they were in the current folder in combination with a fuzzy name matching which works great for our project. Can I achive something similar with my emacs?
Edit: using projectile solves the question. One simple way to get this to work is by installing prelude, which also includes helm and helm-projectile.