1. Documents
CMD + O: Open
CM D + S: Save
cmd + SHIFT + S: Save as
cmd + W: Close window
cmd + SHIFT + W: Close file
2. Editing
CMD + CTRL + Left: Folding
CMD + CTRL + right: Cancel collapse
< Span style= "Color:rgb (69,69,69); Font-family:verdana,arial,helvetica,sans-serif; font-size:14px; line-height:25px ">cmd + CTRL + TOP: Collapses all functions
cmd + CTRL + BOTTOM: Cancel all functions collapsed
< Span style= "Color:rgb (69,69,69); Font-family:verdana,arial,helvetica,sans-serif; font-size:14px; line-height:25px ">ctrl + U: Cancel all folding
cmd + D: Add bookmark
CTRL +.: Parameter hints
ESC: Auto Prompt list
3. Commissioning
CMD + \: Set or Cancel breakpoints
CMD + OPT + \: Allows or disables the current breakpoint
CMD + OPT + B: View all Breakpoints
CMD + RETURN: Compile and run (determines whether breakpoints are enabled based on settings)
CMD + R: Compile and run (without triggering breakpoints)
CMD + Y: Compile and debug (trigger breakpoint)
CMD + SHIFT + RETURN: Terminate run or debug
CMD + B: Compile
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
5. Supplement
Tab: Accept Code hints
Ctrl +. (period): Loop through code hints
Shift + Ctrl +. (period): Reverse looping through code hints
Ctrl +/: Move to the next placeholder in the code hint
Command + Ctrl + S: Create snapshot
Ctrl + F: Move forward cursor
Ctrl + B: Move the cursor back
Ctrl + P: Move the cursor to the previous line
Ctrl + N: Move the cursor to the next line
Ctrl + A: Move the cursor to the beginning of the bank
Ctrl + E: Move the cursor to the end of our line
Ctrl + T: Swap the characters on the left and right side of the cursor
Ctrl + D: Remove the character to the right of the cursor
Ctrl + K: Delete Bank
Ctrl + L: Places the insertion point in the middle of the window
Command + Alt + D: Show open quickly window
Command + Alt + UP ARROW key: Open the companion file
Command + D: Add Bookmark
Option + Double-click: Search in document
Command + Y: Run the program in debug mode
Command + Alt + P: Continue (in debugging)
Command + Alt + 0: Skip
Command + Alt + I: Jump in
Command + Alt + T: Jump out
Xcode shortcut keys (ii)