일모도원(日暮途遠) 개발자
[XCode] 자주쓰는 XCode 단축키 본문
단축키(短縮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
'개발통합환경(IDE) > XCode' 카테고리의 다른 글
[XCode] 소스코드에서 디버그 모드와 릴리즈 모드 구분하기 (0) | 2022.12.16 |
---|---|
[XCode] plist 이름 바꾸기 (0) | 2022.09.18 |
[XCode] 소스코드의 여러 문자열 한번에 변경하기 (0) | 2022.09.02 |
[XCode] xib파일과 ViewController연결하기 (0) | 2022.09.01 |
[XCode] 코드 폴딩하기 (0) | 2022.08.20 |