Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to find only java files in intellij?

I use CTRL + SHIFT + N shortcut in Intellij to find specific Java files but it also shows .class files; i need to see only .java files. Is there any solution to exclude .class files from CTRL + SHIFT + N ?

like image 259
Touraj Ebrahimi Avatar asked Sep 01 '25 17:09

Touraj Ebrahimi


1 Answers

You can filter the results using the little blue filter icon in the top right of the window:

File Search

Choose as few or as many as you need.

like image 193
acanby Avatar answered Sep 05 '25 13:09

acanby