Tips/VScode
vscode shortcut
Learever
2023. 9. 15. 06:57
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 + -