IntelliJ IDEA: Keystrokes I commonly use on MacOS (OS X)

As a quick note, this is a list of the IntelliJ IDEA keystrokes I use on my MacOS systems:

NAVIGATION
----------
First line             fn ⌘ ←
Last line              fn ⌘ →
Goto line              ⌘ L
Previous tab           ⇧ ⌘ [
Next tab               ⇧ ⌘ ]
Search everywhere      ⇧ ⇧

Jump to declaration    ⌘ b
Nav to symbol          ⌘ ⌥ o
Show file symbols      fn ⌘ f12


CODE
----
Run                    ⇧ ⌃ r
Open file              ⇧ ⌘ o
Open class             ⌘ o
Refactor               ⌃ t


VARIABLES
---------
Show var type          ⌃ ⇧ p
Add type to var        ⌥ ⏎    (alt enter)

I’ll add more keystrokes as I learn them, but those are the IntelliJ keystrokes I use on MacOS most often. I primarily write Scala code, but I think those are valid for Java and other languages.

Here are links to a few IntelliJ IDEA resources: