Search code examples
eclipseintellij-13

Eclipse's "Outline" window equivalent in IntelliJ


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?

Eclipse outline window example


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.
    • Press StructureTool Button
    • Press Alt + 7. [Cmd + 7 in Mac]
    • Press Ctrl + F12.