search

Home  >  Q&A  >  body text

ios - What are some particularly cool shortcut keys in Xcode?

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 - -!

某草草某草草2791 days ago772

reply all(3)I'll reply

  • 我想大声告诉你

    我想大声告诉你2017-05-16 13:20:28

    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. . .

    reply
    0
  • 怪我咯

    怪我咯2017-05-16 13:20:28

    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.

    reply
    0
  • 習慣沉默

    習慣沉默2017-05-16 13:20:28

    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.

    reply
    0
  • Cancelreply