개발통합환경(IDE)/XCode
[XCode] 자주쓰는 XCode 단축키
달님개발자
2022. 7. 20. 12:08
반응형
단축키(短縮Key, Shortcut Keys) 리스트
실행하기 (Run) : Command(⌘) + R(Run)
파일명 찾기 : Shift(⇧)+ Command(⌘) + O(Open)
특정 라인(줄수)으로 가기 : Command(⌘) + L(Line)
정의(定義)된곳으로 가기 (Jump to definition) : Control(⌃) + Command(⌘) + Click
이전 코드로 가기 (Go back) : Control(⌃) + Command(⌘) + Left Arrow Key(◀︎)
다음 코드로 가기 (Go forward) : Control(⌃) + Command(⌘) + Right Arrow Key(▶︎)
키 아이콘 리스트
⇧ : Shift Key
⌘ : Command Key
⌃ : Control Key
⌥ : Option Key
↩︎ : Enter Key
◀︎ : Left Arrow Key
▶︎ : Right Arrow Key
반응형