ios - What are some particularly cool shortcut keys in Xcode?
某草草
某草草 2017-05-16 13:18:28
0
3
745

I am used to relying heavily on sublime when developing web; such as cursor multi-selection and real-time operation

When using

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?

It’s not really a technical problem - -!

某草草
某草草

reply all(3)
我想大声告诉你

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template