xcode常用快捷键操作大全

新建项目 command+shift+n

新建文件 command+n

新建空文件 command+control+n

打开 command+o

关闭窗口 command+w

保存所有文件 command+option+s

还原到保存时状态 command+u

创建快照 command+control+s (保存文件快照,以后可进行对比修改情况)

左缩进 command+[

右缩进 command+]

项目中查找 command+shift+F

查找下一个 command+g

查找上一个 command+shift+g

用选择的查找 command+e

go to line command+l

下一个填充 control+.

填充列表 option+esc

显示拼写和语法 command+shift+;

检查拼写 command+;

打开头文件 command+shift+d

切换头/源文件 command+option+上箭头

类浏览 command+shift+c

Bulid and Run 断点关 command+r

Build and Debug 断点开 command+y

下个Build警告或错误 command+=

前个Build警告或错误 command+shift+=

注释 command+/

文件首行 command+上箭头

文件末 command+下箭头

行首 command+左箭头

行末 command+右箭头

上一单词 option+左箭头

下一单词 option+右箭头

中间显示光标位置 control+l

方法组列表 control+2

删除此行光标前所有内容 control+delete

断点 command+option+b

当前行插入断点 command+

Pause command+option+p

Step Into command+shift+i

Step Into Instruction command+option+shift+i

Step Over command+shift+o

Setp Over Instruction command+option+shift+o

Setp Out command+shift+t

查开发文档 command+option+click

打开头文件 command+shift+d

整理了一下Xcode快捷键,史上最全!

其实就是设置里面的快捷键变成了文字版,费了我不少工夫。。。希望对大家有帮助

可能有些新手刚用mac,不知与windows键对应,现在说明一下,command相当于ms键盘的win键,option相当于alt,键值一样,系统偏好设置里面可以更改。

xcode相关:

关于xcode 可设

偏好设置 command+,

清空缓存 可设

隐藏xcode command+h

隐藏其它 command+option+h

显示全部 可设

退出xcode command+q

文件相关:

新建项目 command+shift+n

新建文件 command+n

新建空文件 command+control+n

打开 command+o

在新窗口中打开 command+option+o

快速打开 command+shift+d / command+shift+alt+d (不知区别是什么)

清空最近打开文件 可设

清空最近打开项目 可设

Get Info command+i

显示检查器? command+option+i (效果和Get Info一样,不知区别)

关闭窗口 command+w

关闭所有窗口 command+option+w

关闭当前项目 command+control+w

关闭当前文件 command+shift+w

保存文件 command+s

保存所有文件 command+option+s

另存为 command+shift+s

复本另存为 command+option+shift+s

还原到保存时状态 command+u

创建快照 command+control+s (保存文件快照,以后可进行对比修改情况)

显示快照 可设 (File->Snapshots)

打印 command+p

编辑相关:

撤销 command+z

重复 command+shift+z

剪切 command+x

复制 command+c

粘贴 command+v

粘贴并匹配格式 command+option+shift+v

删除 可设

全选 command+a

复制(Duplicate) 可设

重构 command+shift+j (选中方法名)

转换为objc2.0 可设

=================字体====================

显示字体 command+t

粗体 可设

斜体 可设

下划线 可设

变大字号 可设

变小字号 可设

Kern相关 可设

Ligature相关 可设

center相关 可设

显示颜色 可设

复制样式 command+option+c

粘贴样式 command+option+v

=================文本====================

左对齐 command+{

右对齐 command+}

居中 command+竖线 (不知竖线是哪个,没试出)

Justify 可设(功能未知)

左缩进 command+[

右缩进 command+]

Show Ruler 可设(功能未知)

Copy Ruler command+control+c

Paste Ruler command+control+v

Balance 可设 (第一次,选中语句,第二次,选中方法体)

重置缩进 可设

=================查找====================

项目中查找 command+shift+F

在项目中查找选定文本 可设

查找 可设

查找替换 command+control+f

查找选定文本 可设

查找下一个 command+g

查找上一个 command+shift+g

隐藏查找栏 可设

替换 可设

替换全部 可设

替换并查找下一个 可设

替换并查找上一个 可设

用选择的查找 command+e

用选择的替换 command+control+e

跳到光标处 command+j

跳到定义 可设

=================排序====================

按名 可设

按类型 可设

========================================

添加书签 command+d

go to line command+l

下一个填充 control+.

填充列表 option+esc

下一个占位符 control+/ (和tab相同)

Edit All in Scope command+control+t (功能未知)

================插入宏=================

c

c++

html

java

objective-c

宏规范

=================拼写====================

显示拼写和语法 command+shift+;

检查拼写 command+;

输入时检查拼写 可设

特殊符号 command+option+t

视图相关:

右上角详情搜索 command+option+f

缩放编辑窗口 command+shift+e

缩放编辑窗口满屏 command+option+shift+e

折叠 command+control+左箭头

屏开 command+control+右箭头

屏开所有 control+u

折叠方法 command+control+上箭头

展开方法 command+control+下箭头

折叠注释块 command+control+shift+上箭头

展开注释块 command+control+shift+下箭头

焦点跟随 command+option+control+f

==============信息提示====================

隐藏问题 command+shift+h

所有问题 可设

仅错误和警告 可设

仅错误 可设

仅Analyzer结果 可设

显示断点 可设

==================文本====================

tab设置 可设

是否自动换行显示 可设

行结束 可设

显示控制字符 command+shift+6

显示空格 可设

==============智能分组====================

所有文件 可设

Targets 可设

Exeutables 可设

书签 command+shift+m

Symbols 可设

搜索结果 可设

===================布局====================

显示导航栏 可设

隐藏状态栏 可设

显示收藏栏 可设

显示页数控制 可设

===========================================

前进 command+option+右箭头

下一文件 command+option+shift+右箭头

返回 command+option+左箭头

上一文件 command+option+shift+左箭头

切换头/源文件 command+option+上箭头

组树中定位 command+option+shift+上箭头

显示工具栏 可设

自定义工具栏 可设

===================项目====================

项目中标签切换 command+数字0

类浏览 command+shift+c

重命名项目 可设

新组 command+option+n

分组 command+option+g

撤销分组 command+option+shift+g

新建智能组 可设

添加项目 command+option+a

添加文件到项目 可设

新Target 可设

升级所有Targets 可设

升级当前Target到ipad 可设

================New Build Phase====================

没做测试不多介绍,只放出内容

New Copy Files Build Phase

New Run Script Build Phase

New Copy Headers Build Phase

New Copy Bundle Resources Build Phase

New Compile Sources Build Phase

New Link Binary With Libraries Build Phase

New Build Java Resources Build Phase

New Build Resource Manager Resources Build Phase

新的自定义可执行文件 可设

设置当前Target 为空 可设

Set Active Architecture 为空 可设

设置当前sdk 为空 可设

设置Build配置 为空 可设

Set Active Executable 为空 可设

编辑项目设置 可设

编辑当前Target command+option+e

编辑当前可执行文件 command+option+x

===================Build========================

Bulid Results command+shift+b

Bulid command+b

Build and Analyze command+shift+a

Build and Archive 可设

Build and Debug command+enter

Bulid and Run 断点关 command+r

Build and Debug 断点开 command+y

Clean command+shift+k

Clean All Targets 可设

下个Build警告或错误 command+=

前个Build警告或错误 command+shift+=

Compile command+k

Preprocess 可设

Show Assembly Code 可设

Touch 可设

=======================代码导航及编辑================

注释 command+/

文件首行 command+上箭头

文件末 command+下箭头

行首 command+左箭头

行末 command+右箭头

上一单词 option+左箭头

下一单词 option+右箭头

上一拆分单词 control+左箭头

下一拆分单词 control+右箭头

中间显示光标位置 control+l

方法组列表 control+2

删除前一单词 option+delete

删除此行光标前所有内容 control+delete

跨行选取 command+option+鼠标拖动

Run相关:

Debug command+option+enter

Run 断点关 command+option+r

Debug 断点开 command+option+y

Run with Performance Tool (Shark) 可设

Stop command+shift+enter

Attach to Process (Process ID) 可设

Debugger command+option+y

Mini Debugger command+control+左斜上箭头(不知咋按)

Console command+shift+r

Clear Console command+option+control+r

===================Show========================

断点 command+option+b

Expressions 可设

Global Variables 可设

Memory Browsers 可设

Shared Libraries 可设

===================Debugger Display========================

纵布局 可设

横布局 可设

Datatips 可设

Step Controls 可设

Source Only 可设

Source And Disassembly 可设

Disassembly 可设

===================Variables View========================

User Data Formatters

Show Type Column

Print Description to Console

Print Roots to Console

Print Referers to Console

Watch Variable

View Value as

Natural

Hexadecimal

OSType

Decimal

Unsigned Decimal

Octal

Binary

Edit Value

Edit Summary Format

View in Memory Browser

View in Window

View in Expressions Window

===============================================

停用断点 command+control+

停止objc例外 可设

================Manage Brakpoints=================

当前行插入断点 command+

Add Symbolic Breakpoint 可设

Add C++ Exception Breakpoint 可设

启用当前行断点 command+option+

导入断点 可设

导出断点 可设

===============================================

Fix 可设

Pause command+option+p

Step Into command+shift+i

Step Into Instruction command+option+shift+i

Step Over command+shift+o

Setp Over Instruction command+option+shift+o

Setp Out command+shift+t

Next Thread command+option+control+上箭头

Previous Thread command+option+control+下箭头

Sync with Debugger 可设

Stop on Debugger()/DebugStr() 可设

Enable Guard Malloc 可设

Desing相关:

======================Class Model===================

Quick Model

Go to Declaration

Go to Definition

Go to Documentation

Add Comment

======================Data Model===================

Import

Add Model Version

Set Current Version

Add Entity

Add Attribute command+control+a

Add Fetched Property

Add Relationship command+control+r

Add Fetch Request

Copy Method Declarations to Clipboard

Copy Method Implementations to Clipboard

Copy Obj-C 2.0 Method Declarations to Clipboard

Copy Obj-C 2.0 Method Implementations to Clipboa

======================Mapping Model===================

Update Source Model

Update Destination Model

Add Missing Property Mappings

Show Model Browser command+control+b

Collapse Compartments

Expand Compartments

Roll Up Compartments

Roll Down Compartments

======================Diagram=======================

Bring to Front command+control+shift+f

Send to Back command+control+shift+b

Align Top Edges

Align Bottom Edges

Align Left Edges

Align Right Edges

Align Vertical Centers

Align Horizontal Centers

Make Centered Colum

Make Centered Row

Make Same Width

Make Same border=1 Height

Size to Fit

Lock command+control+l

Unlock command+shift+control+l

Zoom in command+control++

Zoom Out command+control+-

Zoom to Fit command+control+=

Turn Grid On

Show Grid

Show Page Breaks

Force-Directed Layout command+control+g

Hierarchical Layout command+control+h

Window相关:

最小化 command+m

全部最小化 command+option+m

Zoom

Bring All to Front

Defaults

Organizer command+control+o

Activity

Help相关:

开发文档 command+option+?

快速帮助 command+control+?

Xcode帮助 command+?

Welcome to Xcode

Xcode Quick Start

Xcode Release Notes

Find Documentation for Selected Text

Open man Page

(0)

相关推荐

  • win8.1update快捷键操作大全

    win8.1update快捷键操作大全: 一、功能篇: • Win+T:实时显示任务栏 • 空格键:在Modern开始屏幕支持显示Modern风格工具栏 • Alt+空格键:在Modern应用下调用标 ...

  • CAD迷你家装常用快捷键命令大全

    CAD迷你家装快捷键有哪些?CAD迷你家装是一款快捷易用.功能齐全.专业的室内设计CAD,集家装户型设计.陈设.给排水.电气灯光.采暖空调等所有功能于一体.软件小巧灵活,兼容DWG各版本格式和快捷命令 ...

  • 电脑常用快捷键大全图解(电脑常用快捷键使用大全)

    所谓快捷键就是使用键盘上某一个或某几个键的组合完成一条功能命令,从而达到提高操作速度的目的.下面为大家介绍一些常用快捷键的使用和功能.希望这些可以给您带来便捷的上网体验.善用快捷键,除了可以更快捷的使 ...

  • PowerPoint2003/2007 幻灯片常用快捷键使用大全

    熟习掌握PowerPoint快捷键不仅可以对我们在制作幻灯片的时候更加熟练节省时间。而且在我们演示PPT文稿的时候,也不需要停下演讲去调试菜单工具来切换下一张,我们只需要轻轻的按一下键盘即可轻松切换P ...

  • cad命令快捷键大全(cad常用快捷键命令大全及使用方法)

    在CAD软件操作中,为方便使用者,利用快捷键代替鼠标.可以利用键盘快捷键发出命令,完成绘图,修改,保存等操作.这些命令键就是CAD快捷键.下面是图文版的,让您阅读起来更清晰:一:常用功能键F1: 获取 ...

  • 电脑常用快捷键使用大全(电脑上常用的快捷键有哪些)

    Windows系统平时使用使用鼠标进行操作,其实也是很方便了,但是系统的设计人员还是设计了很多的快捷方式,平时结合鼠标的使用,也是能够提高效率的.那么大家平时用电脑的时候有没有用到快捷方式呢?其实小编 ...

  • Windows8.1 系统常用快捷键介绍大全

    电脑的使用过程中快捷键为我们提供了很大的方便,高效速度快,节省了时间,很多用户都安装了新的win8.1系统中的快捷键,但对此系统的快捷键的了解却是甚少,在运用时,不能更好的去运用它,达不到快速操作的优 ...

  • 傲游3.0常用快捷键应用技巧

    傲游3.0是老牌浏览器厂商傲游最新的浏览器产品,普一问世便因其界面简洁、打开网页快而备受称道。然而要完全感受这款新式浏览器的高效、迅捷,掌握其常用快捷键操作必不可少。本文将会介绍傲游3.0的一些常用快 ...

  • Word2007/2003所有常用快捷键大全

    Word对于我们办公来说,是不可缺少的办公软件,因为没有它我们可能无法进行许多任务。所以现在的文员和办公室工作的人,最基础的就是会熟悉的使用Office办公软件。在此,为提高大家Word使用水平,特为 ...