xcode 快捷键

command + return 增加一行
shift + return 增加跳转到下一行
shift + 方向键 选择多行
command + d 自动复制选择行到下一行
command + z 撤销
control + r 运行默认项目
control + d 调试默认项目
option + command + l 格式化代码
option + delete 删除图标前面的单词
command + [ ] 跳到上次光标处
option +up down 扩大缩写访问
option+shift + 方向 移动行
command + option + t 生成代码块
command + shift + u 大小写转化
command + shift + enter 自动增加行分号
option + 方向键 单词移动光标
control + enter 构造函数,存取函数
control + alt + o  import 类排序
Control-F 光标前进一个字符,相当于右键(F = Forward)
Control-B 光标后退一个字符,相当于左键(B = Backward)
Control-P 上移一行,相当于上键(P = Previous)
Control-N 下移一行,相当于下键(N = Next)
Control-A 移动到一行的开头(A = Ahead)
Control-E 移动到一行的结尾(E = End)
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容