Issue
I am thinking to switch from Eclipse to IntelliJ. But I want first make sure that my favorite tools exists in IntelliJ.
Does IntelliJ has an equivalent to Eclipse's docked Outline window?
href="https://i.stack.imgur.com/gbG0V.png" rel="noreferrer">
Solution
I think you're looking for this:
To view the file structure, do one of the following
- On the main menu, choose View | Tool Windows | Structure.
- Pres StructureTool Button
- Press Alt+7.
- Press Ctrl+F12.
Answered By - arodriguezdonaire
Answer Checked By - Candace Johnson (JavaFixing Volunteer)