I tend to search project files in Android Studio with CMD+SHIFT+O shortcut because it gives all project related files instead of Double Shift searching through all existing files in the SDK (as far as I know).
However, I haven't found a way to filter out ViewBinding files that ButterKnife creates. The thing is, ViewBinding files always appear on top of the file I am looking for.
Is there a way to exclude them from cmd+shift+o search result?