XCode 단축키 모음

2014. 12. 6. 13:02Programming/XCode


command + Shift + o : 심볼 + 파일 찾기

command + Shift + j : 현재 에디트 중인 파일을 프로젝트에서 지정



에디팅 
command + / : 주석-코드 전환 

이동 
control + command + 왼쪽 : 이전 보던 위치 
control + command + 오른쪽 : 다음 보던 위치 
control + command + 위 : header / source 전환 
control + command + j : jump to definition 

찾기 & 바꾸기 
command + f : 현재 파일 안에서 찾기 
command + shift + f : 워크스페이스 안에서 찾기 
command + g : 다음 찾기 
command + shift + g : 이전 찾기 

command + option + f : 현재 파일 안에서 replace 
command + option + shift + f : 워크스페이스 안에서 replace 

command + 1, 2, 3, 4, 5, 6, 7 : Navigator view 전환 

빌드 
command + b : build 
command + shift + k : clean 
command + . : stop 

디버깅 
command + r : run 
command + control + y : go 
f6, f7, f8 : over, into, out




'Programming > XCode' 카테고리의 다른 글

App Store Connect ... Issue  (1) 2019.06.27
Xcode 6 이상에서 Empty Application template 생성하기  (0) 2014.12.13