What are the short commands of Xcode 4?
Code and I like to navigate one class to another through开发者_JAVA技巧 keyboard,because i used Visual Studio so it has become my habit to use Keyboard instead of mouse.I know it shows short command in menu but there is no such command for navigating one class to another.So please if someone have any idea about the short commands.I shall be very thankful to you for this.
Did you Google it at least?
My first hit on "XCode 4 shortcuts" is a nice PDF with all shortcuts
here is the 2nd hit:
http://cocoasamurai.blogspot.com/2011/03/xcode-4-keyboard-shortcuts-now.html
The new XCode 4 has a lot of changes, but if you Google a bit, you don't need to ask a non-programming question in this forum.
The standard link to provide is this one.
The specific combinations you probably want are command+shift+o for "fast open" (into which you can type a class name rather than a file name if you prefer), and command+control+cursors to switch between implementation and interface and back and forth through your recently opened history. Another good one is option-clicking and option+return where you're using the keyboard to open a file in the assistant pane instead of the main one.
精彩评论