2

I'm new to Intellij and migrating over from Eclipse. I have a question about a keyboard shortcut to show the outline of a java source file. In Eclipse we do Ctrl+O which basically shows the outline of the class. However I'm not able to figure out the shortcut to do the same in Intellij.

Based on Intellij documentation it says we need to press Cmd+F12(I moved to Mac as well) but that never invokes the code outline. Kindly help.

ak123
  • 235
  • 1
  • 4
  • 15

1 Answers1

4

Ctrl + F12 for code outline.

Here is the very often used keys list of eclipse and idea.

and also full Mac-Shortcut list is here.

enter image description here

K139
  • 3,416
  • 10
  • 17