ctrl + shift + c : class view
ctrl + shift + x : class wizard
ctrl + shift + e : resource view
ctrl + alt + x : toolbox
ctrl + alt + l : solution explorer
====
아래부터는 직접 추가한 단축키
ctrl + w : Find All References
ctrl + a : 아까 작업하던 Document Window 로 돌아가기
ctrl + s : 아까 작업하던 Find All References 로 돌아가기
ctrl + e : goto definition
ctrl + p : 현재 라인으로 window vertical split
ctrl + q : 창 닫기 (Document Window 아니여도 닫게 설정)
F7 : 빌드
CTRL + F5 : 실행
F5 : 디버깅
F10 : step over
F11 : step into