One of my most used shortcuts in Android Studio is Shift+⌘+o (open file). It lets me easily open up any layout, class, interface, etc file in my project easily.
Lately I've noticed that the only files that show up in the list are auto-generated files like Daggers *_MemberInjector.java, and *_ProvidesXFactory.java files, but none of my actual project files.
It seems like they're missing more often then they are actually in the list. How do I get them back for good?