Visual Studio Code는 MS에 개발한 에디터 툴이다.
프로그램 자체가 가볍고 다양한 extension이 있어 주로 사용하고 있다.
vscode를 좀 더 잘 활용하기 위해 내가 많이 사용하는 단축키를 정리해 본다.
windows, linux 기준
ctrl + ` | 터미널 열기 |
ctrl + Home/End | 터미널 출력 맨 위/끝 |
ctrl + shift + f | 파일 단위 검색 |
ctrl + e | 최근 열었던 파일 목록 |
ctrl + . | 코드 커맨드 |
ctrl + shift + p | 코드 커맨드 팔레트 |
ctrl + click | Go to Definition |
ctrl + F12 | Go to Implementation |
ctrl + l | 해당 줄 전체 block 처리 |
ctrl + , | 설정 |
F11 | fulll screen |
F12 | Go to Definition |
Alt + F12 | 클래스 정의부 팝업으로 보기 |
'develop > etc' 카테고리의 다른 글
[wsl2] source .bashrc 에러 (0) | 2021.09.25 |
---|---|
windows에서 vmware로 ubuntu18.04 설치하기 (0) | 2021.09.21 |
[wsl2] windows terminal shell 꾸미기 (0) | 2021.09.19 |
[vscode] 사용팁 (0) | 2021.04.27 |
[wsl2] windows 10에 wsl2 설치하기 (0) | 2020.12.26 |