zoukankan      html  css  js  c++  java
  • mac和xcode快捷键

    Mac中:

    转换为.txt文件shift+command+T

    Xcode中:

    xcode操作的常用快捷键:

    storyboard更新约束    option+command+=   

    storyboard中快速打开对应的控制器   command + option + enter

    隐藏/打开控制台   command + shift + y

    新建项目     com + shift +N

    新建文件    com  + N

    偏好设置通用     com + ,

    代码操作的常用快捷键:

    创建代码段的快捷方法     按住option+command  ,在用鼠标拖动目标文件到指定地点,先松开鼠标,然后在松开键盘

    选中当前行    com + shift + 左&右

    取消选中    左&右

    删除光标所在行后面的所有字符    control + K

    删除光标所在行之前的代码    command + delete

    移动光标所在行最左边     com +   左

    移动光标所在最右边     com +   右

    当前文件的.h .m之间切换     com + control  + 上&下

    折叠方法    com + option + 左&右 

    当前行加断点      com +

    跳到指定行     com + L

    选中当前作用域的局部变量,能够修改该局部变量的名字     com +control + e

    快速打开全局查询      command + shift + f 

    移动编辑区最上方       com +  上

    移动编辑区最下方       com +  下

    向前/后跳一个单词      option + 左&右

  • 相关阅读:
    小故事
    设计模式
    git分支
    git简单操作
    ab命令压力测试
    libcheck ARM交叉编译
    libxml2 ARM 交叉编译
    I.MX6 安装LTIB
    为ARM编译Glib
    QT 4.8 中文显示问题
  • 原文地址:https://www.cnblogs.com/angelgril/p/4344706.html
Copyright © 2011-2022 走看看