select current line: command + l
panel: cmd shift p
option 좌우: 단어 단위로 위치 이동
cmd 좌우: 끝과 끝 이동
option 위아래 : 현재 line of code 이동
cmd 위아래: 위아래 끝과 끝 이동
activate explorer panel: cmd shift e
f9 : set breakpoint
f5/sfhit+f5 : run debug/stop debug
navigate back/forth: ctrl + - / ctrl + shift + -
'Tips > VScode' 카테고리의 다른 글
vscode debug mode current work directory (0) | 2023.09.15 |
---|---|
vscode open local terminal(mac) in ssh window (0) | 2023.09.15 |
vscode switch between explorer and files (0) | 2023.09.15 |
vscode 현재 선택한 줄 이동하기 (0) | 2023.09.15 |
vscode local terminal in remote ssh window (0) | 2023.07.21 |