Open file:
- Open a file through @code's quick pick
Ctrl/Cmd+Pin 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,F7goes to next occurrence,Shift+F7goes 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