Reputation: 103
I can not project tree structure on left side in Intellij IDEA following as image.
I can see only breadcrumb structure.
Thanks
Upvotes: 3
Views: 3550
Reputation: 1559
The first step is to go to your Project Path in your Machine and delete the .idea folder.
Next come back to IntelliJ and open the same project from IntelliJ under Files->Open (Dont use OpenRecent Tab)
Upvotes: 0
Reputation: 15489
You have "Structure" selected. Select "Project" instead. Just click here:
Based on your comments, you didn't import a Maven project right. Just go to File -> Open and point to pom.xml
, not the folder. This will import the Maven structure correctly.
Upvotes: 1
Reputation: 539
Press Ctrl+1. This should open the first tab named "Project" on the left that is located right above "Structure" tab.
Upvotes: 2