IOS development-XCode common shortcut keys, ios-xcode shortcut keys
If we can master and skillfully use shortcuts, We can greatly speed up our work efficiency. This should be easy to understand for people who often use shortcuts. Therefore, we need to remember the shortcut keys that we often use. I don't recommend that you remember all the shortcuts. After all, who will remember so many shortcuts in XCode? Even if you remember all of them, how much time will you spend?
Next I will list the shortcut keys that I often use. I hope they will help you. Thank you.
Code indent:
Command + [ |
Left indent |
Command +] |
Right indent |
Switch the toolbar window:
Command + 0 |
Turn on or off the left navigation |
Option + command + 0 |
Open or close the Properties window on the right |
Command + Shift + y |
Open or close the console below |
Search Skills for file/code classes:
Option + Command + J |
Search for directory file names |
Option + Shift + F |
Global search code |
Shift + Command + O |
Call Open Quickly |
Control + K |
Delete all characters from the insertion point to the end of the row |
Option + F |
Search the current file code |
Project compilation/running:
Command + R |
Compile and run |
Command + B |
Compile |
Command + Shift + K |
Project cleanup |
Quick Switch/create a new tab:
Command + Shift + { |
Switch to left |
Command + Shift ++} |
Switch to the right |
Command + Shift + T |
New window on current page |
Command + T |
Open a new tab |
Method expansion/close:
Command + option + left direction key |
Close Current Method |
Command + option + shift + left direction key |
Close all methods |
Command + option + right direction key |
Show Current Method |
Command + option + shift + right direction key |
Show all methods |
Control breakpoint:
Command + y |
Globally activate or disable all breakpoints |
Command + \ |
Adds a breakpoint to the current code. |
The content of this article will be updated if new discoveries are made in the future.
Blog Author: GarveyCalvin
Blog Source: http://www.cnblogs.com/GarveyCalvin/
The copyright of this article is shared by the author and the blog. You are welcome to repost it, but you must keep this statement and provide the original article link. Thank you for your cooperation!