visual studio code 단축키

https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf

자주 사용하는 단축키

단축키 설    명
Alt + ← Go Back / 이전으로 돌아갑니다. ( visual studio의 "Ctrl + -" 와 같음)
Alt + Go Forward / 앞으로 돌아갑니다 ( visual studio의 "Ctrl + shift + -" 와 같음)
Ctrl + P Go to File / 파일로 이동합니다. 파일명 검색 가능
Ctrl + G Go to Line / 해당 라인으로 이동합니다.
Ctrl + Shift + O Go to Symbol / 심볼로 이동합니다. 심볼 검색 가능
Ctrl + Shift + M Show Problems panel 
F8 Go to next error or warning
Shift + F8 Go to previous error or warning
F5 Start Debuging 실행
Ctrl + Shift + B Run Build Task

단축키 변경하기

 visual studio code에서 Ctrl + K, S를 누르면 단축키 설정 창으로 들어 갈 수 있습니다.

https://code.visualstudio.com/docs/getstarted/keybindings

 

Visual Studio Code Key Bindings

Here you will find the complete list of key bindings for Visual Studio Code and how to change them.

code.visualstudio.com

 

'TOOL > Visual Studio Code' 카테고리의 다른 글

[Visual Studio Code] PlantUML 설치 하기  (1) 2020.07.24

+ Recent posts