기타

common KeyMap of VSCode, Eclipse

philo0407 2020. 10. 2. 01:29

 

keybinding commend
F2 Delete Line
F4 Toggle Line Comment
Ctrl + D Add Selection To Next Find Match
Shift + Alt + DownArrow Copy Line Down
Shift + Alt + RightArrow Expand Selection
Shift + Alt + LeftArrow Shrink Selection
Alt + UpArrow Move Line Up
Alt + DownArrow Move Line Down

 

* Naming.Rule 명명규칙은 VSCode를 따랐다

Java에서 Shift + Alt + DownArrow 는 본래 Restore last selection 이다.

이클립스 ...... ㅠㅠ 니얼굴

Thx.u