zoukankan      html  css  js  c++  java
  • XCode常用快捷键

    Command + 1                           快速浏览代码、图片以及用户界面文件

    Command + 0                           显示/隐藏导航器面板

    Command + Option + 0                 显示/隐藏实用工具面板

    Command + Option + O                 全局搜索项目头文件

    Command + Shift + F                  搜索导航器(Find Navigator,也就是全局搜索)

    Command + Option + Enter             在辅助编辑器中打开文件(分屏)

    Command + Enter                       退出分屏

    Command + F                           本页面搜索

    Control + 6                           文件跳转栏

    Command + Control + Up(方向键 上)      .h and .m文件间的快速切换

    Command + Shift + K                  Clean

    Command + Shift + 0                文档和参考

    Command + Shift + N                  新建空文件夹

    Command + N                           新建文件

    Command + O                         在Finder中打开文件

    Command + W                          关闭窗口

    Command + D                           粘贴+复制

    Command + K                           打开模拟器软键盘

    Command + Control + 空格          调用emoji表情

    Command + [                          代码左移
                    
    Command + ]                          代码右移

    Command + Option + [                代码上移

    Command + Option + ]              代码下移

    Shift + Left(方向键 左)               向左继续选中

    Shift + Right(方向键 右)             向右继续选中

    Command + Option + Left(方向键 左)      将方法收起
     
    Command + Option + Right(方向键 右)    将方法展开
  • 相关阅读:
    xss学习笔记
    【转】Python中的正则表达式(re)
    数据隐藏技术揭秘笔记
    几道排列组合题的总结
    Notepad++来比较文件
    快捷键总结
    进制转换
    leetcode刷题(三)
    leetcode刷题(二)
    leetcode刷题(一)
  • 原文地址:https://www.cnblogs.com/fanxiaocong/p/6375955.html
Copyright © 2011-2022 走看看