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