XCode快捷键

command+control+T本地批量修改变量名

 command+shift+D 快速查找

 command+shift+3 全屏截图

 command+shift+4 选择截图

option+control+1 最近打开的文件

option+control+2 该文件结构接口

command+|  添加/删除断点

command+alt+|  disable断点

⌘⇧E 关闭/打开右边的browser

⌘[ and ⌘] shift the selected code left or right

 ⌘⌥↑ (command-option-up arrow)  .h与相应的.m文件切换

⌘⌥P   continue

⌘⌥O  step over

⇧⌘I step into

⌘⇧T step out


⌘⇧E
Expand the editor
⌘[
Shift the code block to the left
⌘]
Shift the code block to the right
Tab
Accept a completion
Esc
Show the completion menu
Control-. (period)
Cycle through the completions
Shift-control-. (period)
Cycle backward through the completions
Control-/
Move to the next completion placeholder
Command-control-S
Make a snapshot
Control-F
Move the cursor forward
Control-B
Move the cursor backward
Control-P
Move the cursor to the previous line
Control-N
Move the cursor to the next line
Control-A
Move the cursor to the beginning of the line
Control-E
Move the cursor to the end of the line

Control-T
Transpose the characters adjacent to the cursor
Control-D
Delete the character to the right of the cursor
Control-K
Delete the line
Control-L
Center the cursor in the text editor
⌘⌥D
Show the Open Quickly window
⌘⌥↑
Open the counterpart file
⌘D
Add a bookmark
Option–double-click
Search in documentation
⌘Y
Run the program with the debugger

 

Xcode SVN:Versions

posted on 2010-08-13 09:40  fairycao  阅读(272)  评论(0)    收藏  举报