An open API service indexing awesome lists of open source software.

https://github.com/kkla320/xcode-cheat-sheet

Documentation about some useful Xcode keyboard shortcuts
https://github.com/kkla320/xcode-cheat-sheet

cheatsheet shortcuts xcode

Last synced: 8 days ago
JSON representation

Documentation about some useful Xcode keyboard shortcuts

Awesome Lists containing this project

README

          

# Xcode Cheatsheet

## Table of content
- [Xcode Cheatsheet](#xcode-cheatsheet)
- [Table of content](#table-of-content)
- [Project navigation](#project-navigation)
- [File manipulation](#file-manipulation)
- [Testing](#testing)
- [Refactoring](#refactoring)

## Project navigation

| Shortcut | Description |
| -------- | ----------------------------------- |
| ⌘⇧O | Open quickly |
| ⌘⇧J | Show current file project navigator |
| ⌃6 | Show document items |
| ⌥⌘W | Close other tabs |
| ⌘W | Close current tab |

## File manipulation

| Shortcut | Description |
| -------- | ---------------------- |
| ⌘⌥[ | Move current line up |
| ⌘⌥] | Move current line down |
| ⌃I | Reindent |
| ⌘A | Select all |
| ⌘S | Save current file |

## Testing

| Shortcut | Description |
| -------- | ------------------------ |
| ⌘U | Run all tests |
| ⌃⌥⌘G | Run previous tests again |

## Refactoring

| Shortcut | Description |
| -------- | ----------------- |
| ⇧⌘A | Open code actions |