^-G
, select current element, repeated presses perform multi-selects^-Shift-G
: deselects, repeated presses perform de-selects⌘ -^-G
: multi select current element in the current file for quick renaming
⌘-Shift-Return
to complete statement structurally you are in
When you have a popup list use ↦
(tab) not enter. We overwrite and replace in completion lists (saves one having to delete the existing word).
⌘-Shift -I
: to see the code for the variable at the caretF4
use ⌥-S
F2
use ^-E
⌘-F1
to show error info use ^-⌘-E
⌘-F12
show file structure ^-⌥-S
)^-X
Debug Step over ^-/
, Step Into ^-.
, Step Out ^-'
, Run ^-,
F3
^-L
Next occurrence of wordShift-^-L
Previous occurrence of word,⌘-L
next occurrence of word