Intellij Navigate> Class ... exclude specific files

When I use Navigate> Class...or CMD+ O(on OSX) and I enter the class name I want to open, there are many generated classes that I don't want to see (like, *$$ViewBinder.javaor *$$IcePick.java).

How can I hide all generated (NOT DECOMPILED) classes?

[edit]

Screenshot in comments: enter image description here

+4
source share
1 answer

Try marking the directory as Excluded.

Right click -> Mark Directory As -> Excluded.

The link is for clion , but it should work. https://blog.jetbrains.com/clion/2015/12/mark-dir-as/

+1

All Articles