Ahmet Hakan Billur
Ahmet Hakan Billur

Reputation: 103

How to open project tree structure on left side in Intellij IDEA

I can not project tree structure on left side in Intellij IDEA following as image.

I can see only breadcrumb structure. enter image description here Thanks

Upvotes: 3

Views: 3550

Answers (4)

Abhilash Reddy
Abhilash Reddy

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

kaqqao
kaqqao

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.

enter image description here

Upvotes: 1

fearmear
fearmear

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

Kevin Vasko
Kevin Vasko

Reputation: 1655

Under C:\ click on "1: Project".

Upvotes: 2

Related Questions