------<a href= "http://www.itheima.com" target= "blank" >java training, Android training, iOS training,. NET training </a>, look forward to communicating with you! -------
Xcode using shortcut keys
Self-organized some of Xcode shortcut keys, feel very practical, hope to be helpful to the novice ~~~~~
CMD + + (=) Zoom In
CMD +-(_) Zoom Out
CMD + T Create a new tab
1. Documents
CMD + N Create a new window/new file
CMD + SHIFT + N New Item
CMD + O Open
CMD + S Save
CMD + SHIFT + S Save As
CMD + W Close window
CMD + SHIFT +w close file
2. Editing
CMD + [: Left Indent
CMD +]: Right Indent
CMD + SHIFT + arrow key left/right quickly select a row
CMD + arrow key left/right quick move cursor to line/end
AIT + Left/Right moves in Word units
CMD + SHIFT + arrow key left/right quickly select a row
SHIFT ALT + up/down row-by-line check code
CMD ALT + [/] up/down/move code block
CMD + [/] Move code block left/right
CMD + CTRL + left collapse
CMD + CTRL + right to cancel folding
CMD + CTRL + TOP collapse all functions
CMD + CTRL + BOTTOM cancel all function folding
CTRL + U Cancel collapse all
CMD + D Add bookmark
CMD +/: Comment or Uncomment
CTRL +.: Parameter hints
ESC Auto Prompt list
3. Commissioning
CMD + \: Set or Cancel breakpoints
CMD + OPT + \: Allows or disables the current breakpoint
CMD + RETURN Compiles and runs (determines whether breakpoints are enabled based on settings)
CMD + R Compiles and runs (no breakpoint is triggered)
CMD + Y Compile and debug (trigger breakpoint)
CMD + SHIFT + RETURN terminate run or debug
CMD + B Compilation
CMD + SHIFT + K cleanup
4. Form
CMD + SHIFT + B Compile window
CMD + SHIFT + Y Debug Code window
CMD + SHIFT + R Debug Console
CMD + SHIFT + E main edit window adjustment
Not finished .... Cond
Dark Horse Programmer ———— Xcode using shortcut keys (commonly used by beginners).