Open file:
- Open a file through @code's quick pick
Ctrl/Cmd+P
in a new editor group withCtrl+Enter
Navigate:
F8
: jump to next errorAlt+leftarrow
: go back to previous code locationF7
: to jump between occurrences of a highlighted symbol,F7
goes to next occurrence,Shift+F7
goes to the previous oneCtrl/Cmd+Shift+O
: navigate between symbols in the current file:<line number>
: navigate to specific line
Refactor:
-
F2
: rename current symbol -
Ctrl/Cmd+Shift+L
: Quick rename all