Skip to content

Instantly share code, notes, and snippets.

@ZahidRasheed
Last active June 23, 2016 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZahidRasheed/5f5affb1f7cfd50392236f8afecd0301 to your computer and use it in GitHub Desktop.
Save ZahidRasheed/5f5affb1f7cfd50392236f8afecd0301 to your computer and use it in GitHub Desktop.
Shortcut Description
⌃ + R Run Application.
⌃ + D Debug Application.
⇧ + ⇧ Search Everywhere.
⇧ + ⌘ + A Search for Actions.
⌘ + 1 Switch between project windows.
⌘ + ⇧ + ⟵ / ⟶ Change size of project windows.
⌘ + ⇧ Jump to the navigation bar.
⌘ + E Recent Files.
⌘ + ⇧ + E Recent Changed files.
⌘ + ↓ Jump to source code.
⌘ + B Go to interface.
⌘ + ⌥ + B Go to implementation.
F6 Move code block.
⌘ + ⇧ + ↑ Move function above.
⇧+ F6 Refactor code.
⌘ +ALT+ T Surround with.
⌘ + J Find live templates
⌥ + ↑/↓ Smart selection
⌘ + ⇧ + ⌫ Last Edit Location
⌘ + ⇧ + ENTER Complete Current Statement
⌘ + ⇧ + J Join Lines
⌘ + ⌥ + M Extract Method
⌘ + P Check the parameter info
⇧ + Enter Enter New line
F2 Go to next Error
⇧ + F2 Go to previous Error
⌘ + F8 Toggle Breakpoints
⌘ + ⇧ + F8 View Breakpoints

Tips:

  • If instead ENTER we press TAB, and if desired method call has the same number of parameters, the new code will be automatically set with the old parameters.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment