Kasun Kavinda
Kasun Kavinda

Reputation: 41

Not showing Project Structure in IntelliJ IDEA

I am a new to IntelliJ IDEA and somehow my project structure doesn't appear where It should be. Someone know how to fix this please? I want it to appear left corner where red circle:

structure

Upvotes: 2

Views: 1674

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402423

You have hidden the tool window buttons. To show them again press Alt+Alt (and keep holding) or click on the bottom left corner icon. Or use View | Tool Buttons to show them permanently. Then you can click on the Project or Structure tool window buttons depending on what you need.

Another way is to use the menu: View | Tool Windows | Project (or Structure).

Or just use the keyboard shortcuts:

  • Alt+1 — Project
  • Alt+7 — Structure

You can find more details in the online documentation:

Upvotes: 4

Related Questions