Xcode 4 最有用的快捷键

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5263703/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 03:44:24  来源:igfitidea点击:

Xcode 4 most useful shortcut keys

xcode

提问by Hoang Pham

I have just had the chance to use Xcode 4, it seems to have a complex interface, I would like to know about the most useful shortcut keys so that I can take full advantage of it. Someone is willing to share?

我刚刚有机会使用Xcode 4,它似乎有一个复杂的界面,我想知道最有用的快捷键,以便我可以充分利用它。有人愿意分享吗?

回答by Robert

Here are a few commands I use to open / close different areas of the screen

这是我用来打开/关闭屏幕不同区域的一些命令

enter image description here

在此处输入图片说明

回答by Felix

Here you can find a nice overview of Xcode 4 shortcuts that you can print out:

在这里你可以找到 Xcode 4 快捷方式的一个很好的概述,你可以打印出来:

http://cocoasamurai.blogspot.com/2011/03/xcode-4-keyboard-shortcuts-now.html

http://cocoasamurai.blogspot.com/2011/03/xcode-4-keyboard-shortcuts-now.html

回答by Raphael Oliveira

Command + Control + Up alternates between .m and .h files.

Command + Control + Up 在 .m 和 .h 文件之间交替。