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
- Host: GitHub
- URL: https://github.com/kkla320/xcode-cheat-sheet
- Owner: kkla320
- Created: 2021-06-24T12:00:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T10:58:12.000Z (over 4 years ago)
- Last Synced: 2025-03-11T17:40:53.690Z (about 1 year ago)
- Topics: cheatsheet, shortcuts, xcode
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |