76

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

Daniel Hári
  • 7,254
  • 5
  • 39
  • 54

3 Answers3

105

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.
arodriguezdonaire
  • 5,396
  • 1
  • 26
  • 50
  • 1
    It doesnt show the member variables, shows only methods, can someone help how can i see those member variables too – anubhs Jan 08 '19 at 18:11
  • In my case, there is a button `Show Fields` for Python code, so you can turn it on and off. There is no such button for Scala, however fields are shown by default. So, it seems like it is plugin-dependent. – Donald Duck Sep 25 '19 at 10:06
  • 1
    On a Mac it is ⌘ + 7 (Command+7) _not_ Option+7 as the linked help page says. – Stephen P Oct 03 '19 at 23:10
  • @anubhs There is a "Show fields" button on the toolbar of the tool window. – Daniel Hári Feb 22 '22 at 10:41
  • Update: And InteliJ finally allows to place that side-by-side next to file window like in Eclipse: Settings -> Appearance -> Tool Windows -> Side-by-side layout on the left. Then place it to the left-down corner. – Daniel Hári Feb 22 '22 at 10:44
  • I swear IntelliJ is so complicated and I don't find the advantages of it – Diego Ramos Apr 05 '22 at 00:48
10

File structure popup shortcut:

  • Windows: CTRL+F12
  • Mac: +F12
Saikat
  • 14,222
  • 20
  • 104
  • 125
3

the equivalent of "outline" in eclipse is: "structure" on intellij, to display structure :

  1. View => Tool windows => Structure
  2. or use the shortcut: Alt + 7
Mounir bkr
  • 1,069
  • 6
  • 6