My Note/Developer's Note

visual studio code 자주 사용하는 단축키.

ELLIE_ing 2022. 2. 20. 22:10

1. Application내에서 자주 사용하는 것

- Command Palette 

shift+ command + P

- Quick Open

command +P

- User Settings 

command

- Toggle Sidebar

command B

- Toggle Terminal

^`

- Keyboard Shortcuts

command K S

 

 

 

2. Editor내 , 코드 작성할 때 자주 사용하는 단축키

 

- Beginning / End of  file 

command 위/아래(방향키)

- Beginning / End of  line

command 왼/오(방향키)

- Move Word 

option 왼/오(방향키)

- Select Word

option shift 왼/오(방향키)

- Copy Line 라인전체복사

command C

- Cut Line 

command X

- Move Line down/ up

option아래/위(방향키)

- Copy Line down/up

shift option 아래/위(방향키)

- Insert line below 

command enter(return)

- Multi selection 

command D

- Undo last Cursor

command U

- Insert Cursor

option click

- Column(box) Selection

shift option+ drag move