Reputation: 55620
In IntellJ, I can type ⌘+⇧+N or select Navigate > File... to open the navigate to file dialog.
In my project, some dependencies bring in .class
files, and when I search for their .java
counterparts, the dialog gets polluted with the .class
file results as well.
How can I make this dialog ignore all .class
files?
Upvotes: 16
Views: 3116
Reputation: 14847
Use the filter
deselect "Class" and they should not appear anymore.
Upvotes: 24