zoukankan      html  css  js  c++  java
  • Xcode键盘快捷键

    • Command+[  左移代码块
    • Command+]  右移代码块
    • Tab键            接受代码自动完成提示
    • Esc键                显示代码提示菜单
    • Control+.(半角句号)               循环浏览代码提示
    • Shift+Control+.(半角句号)      反向循环浏览代码提示
    • Command+Control+S           创建快照

    • Control+F          前移光标(Foreward)
    • Control+B          后移光标(Backward)
    • Control+P          移动光标到上一行(Previous)
    • Control+N          移动光标到下一行(Next)
    • Control+A          移动光标到本行行首(Ahead)
    • Control+E          移动光标到本行行尾(End)
    • Control+T          交换光标左右两边的字符(Transpose)
    • Control+D           删除光标右边的字符(Delete)
    • Control+K           删除本行(Kill)
    • Control+L           将光标置于窗口正中央
    • Command+Shift+O                  打开Open Quickly窗口
    • Command+Control+向上方向键  打开相配套的文件
    • 按住Option键双击鼠标                 搜索文档
    • Command+Y                            激活/禁用断点
    • Command+Control+Y               继续运行(在调试器中有效)
    • F6                       跳过
    • F7                       跳入
    • F8                       跳出
  • 相关阅读:
    详解log4j2(下)
    linux编译相关知识
    vi/vim正则表达式
    红黑树学习
    转行做程序员之前必须考虑的三件事
    工作十年,你为什么依然没有成为专家
    __sync_fetch_and_add
    STL容器的本质
    学习hash_map从而了解如何写stl里面的hash函数和equal或者compare函数
    c++ union学习
  • 原文地址:https://www.cnblogs.com/newhope/p/4591726.html
Copyright © 2011-2022 走看看