I am pretty new to IntelliJ and I can't find an option to display all file extension in the packages view (in my case .java).
As you can see on the sceenshot it just says "Main" or "Controller" on the left package explorer view.
Is there any option to make it display Main.Java and Controller.java (like in the editor view on the right side)?
Thanks a lot!



*.javafile which has been compiled into a*.classfile. If you create for example an emptyDummy.javafile it will be shown asDummy.javain the explorer view.