Eclipse's "Outline" window equivalent in IntelliJ

EclipseIntellij 13

Eclipse Problem Overview


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

Eclipse Solutions


Solution 1 - Eclipse

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.

Solution 2 - Eclipse

File structure popup shortcut:

  • Windows: CTRL+F12
  • Mac: +F12

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionDaniel HáriView Question on Stackoverflow
Solution 1 - EclipsearodriguezdonaireView Answer on Stackoverflow
Solution 2 - EclipseSaikatView Answer on Stackoverflow