美文网首页
Xcode Navigate 菜单选项的学习

Xcode Navigate 菜单选项的学习

作者: 蓝白自由 | 来源:发表于2017-05-22 11:57 被阅读45次
Navigate ['nævɪgeɪt] 菜单

Reveal rɪ'viːl 显示
Reveal in Project Navigator :在项目导航中揭示出此文件 (比如: 你在Find 中找到有个类名,但是因为项目中文件太多,你不知道该类的 .h或者.m文件的具体位置 那么就用此快捷键 // com + shifit +j)

Reveal in Symbol Navigator :在 符号导航中 揭示出某方法

Receal in Debug Navigator // shift + CMD + D



Open in Assistant Editor:用分屏助理打开 option + cmd + ,
Open in .. 你想怎么打开 option + cmd + <


Move Focus To Next Area 将焦点移动到下一个区域
Move Focus To Editor 将焦点移动到编辑器


Go Forward 前进,相当于两个手指左划右划 control + cmd + →
Go back 后退 control + cmd + ←


点击你选中的那个类名或者其他 按快捷键
Jump to Selection 跳转到选择 shift + cmd +L
Jump to Definition 跳转到定义 control + cmd + J
Jump to Generated Interface 跳到源文件


Jump to Next Issue 跳转到下一个问题
Jump to Previous Issue 跳转到上一个问题


Jump to Next Counterpart :??
Jump to Previous Counterpart : ??
Jump to Line in xxx.m :跳到这个文件的第几行。cmd + L


Jump to Next Placeholder :?? shift + /
Jump to Previous Placeholder:??

相关文章

网友评论

      本文标题:Xcode Navigate 菜单选项的学习

      本文链接:https://www.haomeiwen.com/subject/vedbxxtx.html