Useful shortcuts:
- To find an action:
Ctrl + Shift + A
. - To go to the next occurrence of a variable:
Ctrl + Shift + F7
to highlight usages.F3
orShift + F3
for reverse.
- To autofix things:
F2
to go to the next error.Alt + Enter
to bring up list of fixes.
- To go to declaration,
Ctrl + B
. - To increase selected text:
Ctrl + W
(withCtrl + Shift + W
to decreate). - To go to your last edit:
Ctrl + Shift + Backspace
. - For bookmarks:
- Create anonymous bookmark:
F11
- Create named bookmark:
Ctrl + F11
and enter a letter/number. - Go to bookmark:
Shift + F11
then press the letter/number.
- Create anonymous bookmark: