I am used to relying heavily on sublime when developing web; such as cursor multi-selection and real-time operation
xcode to do
ios development, the shortcut keys are always so unsatisfactory. It seems that there is no more comfortable shortcut key to use yet?
Shortcut keys are on the one hand, you can set up code blocks yourself if you want to use them;
Shortcut keys generally use the following:
command + shift + Y
command + shift + N
command + N
command + 0
command + alt + 0
command + enter
command + option + enter
command + /
command + [
command + I
command + F
command + shift + F
command + L
command + shift + j
command + option + leftarrow/rightarrow
You will know exactly what functions you can use casually. . .
command+shift+N New project
command+N New project
F6, breakpoint debugging is carried out
command+C to paste
command+F to open the search function of the current page of the project
command+V to paste. Generally, these three keys are matched Use. Quick and efficient.
command+E and command+G. First use the mouse to select the statement you want to search, and then press command+G. The function is the same as the above three.
Click on the Xcode pop-up menu and select Preference, then Key Bindings. The shortcut keys are fully classified and can be modified at any time.