Skip to content

Instantly share code, notes, and snippets.

@MonicaG
Last active April 14, 2020 15:27
Show Gist options
  • Save MonicaG/ec6ade67df5a9d8da3b0223f152acb90 to your computer and use it in GitHub Desktop.
Save MonicaG/ec6ade67df5a9d8da3b0223f152acb90 to your computer and use it in GitHub Desktop.
Some XCode shortcuts

Documentation description

  • Put the cursor on the same line as the function or property
  • cmd + option + /

This will create a documentation block like the following:

/// <#Description#>
/// - Parameter param1: <#param1 description#>
/// - Returns: <#description#>

Editing

Delete Line

This deletes from the cursor to the end of line

ctrl + k

Move to start of line

ctrl + a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment