How to see java files in project tree in intellij idea?
NickName:Neo Ask DateTime:2013-10-29T17:39:49

How to see java files in project tree in intellij idea?

I'm working with intellij idea but I can't see the java source files in the project tree. I see the packages, I can open it, but the class files are not displayed. Any idea? This has worked until a few days ago...

Copyright Notice:Content Author:「Neo」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/19654529/how-to-see-java-files-in-project-tree-in-intellij-idea

Answers
V H 2015-03-24T08:51:23

Under the intelliJ IDEA 14.0.3 community edition, upon launch I don't see my project folders. I found by going into \n\nView > Tool Windows > Project \n\nseems to show the folder structure.. Same as ALT + 1",


sankar 2014-01-20T13:51:37

Below the menubar , on the left there is a dropdown which in your case may be showing \"packages\" now (because you can see the packages). From the same dropdown, select \"Project Files\" below \"SCOPES\"",


Shoaib Chikate 2013-10-29T09:47:23

You need to check out the project correctly if you are checking out from SVN repo or you must not have selected correct project folder.\n\nYou can also configure your project from File->Project Structure check your Source folder is excluded or not.\n\nAlso Alt+1 will give you project structure of files in tree format",


Tyco 2013-10-29T09:48:18

Check in \"Project Structure\" (ctrl+alt+shift+S) if you didn't set your source as \"Excluded\" (in Modules, sources).",


More about “How to see java files in project tree in intellij idea?” related questions

How to see java files in project tree in intellij idea?

I'm working with intellij idea but I can't see the java source files in the project tree. I see the packages, I can open it, but the class files are not displayed. Any idea? This has worked until a...

Show Detail

How to immediately see compile errors in project tree of IntelliJ Idea?

I'm wondering if it is possible to configure IntelliJ Idea to immediately show compile errors on the class files in the project tree. Currently I need to manually trigger the recompilation to see e...

Show Detail

How to make Intellij Idea mark files, not tracked by Git?

I've been using Git with Eclipse for a long time and now I'm switching to Intellij Idea. In Eclipse, when you add a file to a source tree version-controlled by Git, that file is marked in the proj...

Show Detail

Automatic collapsing of expanded folders in IntelliJ IDEA with auto navigation from source to project tree

I have set automatic navigation from selected source file to the tree file view in project explorer. That works perfectly :) (see this for how to) Now, after I open several files scattered in diff...

Show Detail

IntelliJ IDEA: How to display warnings in the project tree?

I recently moved from Eclipse to IntelliJ and I was really used to see any kind of warnings in the tree of my project in eclipse. I think in IntelliJ by default compilation errors are displayed in...

Show Detail

IntelliJ IDEA not indexing Java files in Scala/sbt project?

I have a project in Scala/sbt that calls some Java files, which are included in the same project, and somehow IntelliJ IDEA is not indexing the Java files (cannot use jump to defition, etc.). The

Show Detail

Intellij IDEA Java/Scala project subpackage display

In Intellij Idea, in Project window where the Java/Scala packages hierarchy is displayed, how to visualise a specific subpackage only ? Namely, how to trim some prefixes in the package tree ? Upda...

Show Detail

Intellij IDEA: Reopen files (Tabs) on start

When I close IDEA and start it again, all open Files (Tabs) are closed and the project tree is collapsed. How can I restart IDEA such that it reopens the files and the project tree? Thank you. ED...

Show Detail

IntelliJ IDEA constantly reindexing

I am working on a very large project in IntelliJ IDEA (currently version Ultimate 2020.1.4) - with over 100,000 java files, close to 50,000 resource files, dozens of modules, several gigabytes of

Show Detail

Cannot find IntelliJ IDEA project files

I'm trying to build my project, but IntelliJ gives me this error Internal error (java.io.IOException): Cannot find IntelliJ IDEA project files at C:/Users/Alex/Documents/University/VII. Semestur/ЕП/

Show Detail