1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-12-19 08:49:45 +00:00

Merge pull request #20 from congnd/master

Add Xcode Cheat Sheet
This commit is contained in:
Julien Le Coupanec 2018-02-11 19:19:17 +01:00 committed by GitHub
commit 80f89ad98c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 99 additions and 0 deletions

View File

@ -78,6 +78,8 @@ You are more than welcome to contribute and build your own cheatsheet for your f
* [VIM](tools/vim.txt)
</details>
- [XCode](tools/xcode.txt)
## Contribution

97
tools/xcode.txt Normal file
View File

@ -0,0 +1,97 @@
##############################################################################
# XCODE CHEAT SHEET
##############################################################################
##############################################################################
# SEARCH
##############################################################################
Cmd + F Find in File
Cmd + Option + F Find & Replace in File
Cmd + Shift + F Find in Project
Cmd + Option + Shift + F Find & Replace in Project
##############################################################################
# TABS
##############################################################################
Cmd + T New Tab
Cmd + } Previous Tab
Cmd + { Next Tab
##############################################################################
# NAVIGATION
##############################################################################
Cmd + Shift + O Quick Open
Cmd + J Focus to Editor
Cmd + Ctrl + UP Next Counterpart
Cmd + Ctrl + DOWN Previous Counterpart
Cmd + Ctrl + RIGHT Next Recent File
Cmd + Ctrl + LEFT Previous Recent File
Cmd + click Defination of Symbol
Cmd + L Go to Line
Cmd + Option + LEFT Fold Section
Cmd + Option + RIGHT Unfold Section
##############################################################################
# EDITING
##############################################################################
Cmd + Option + ENTER Show Assitant Editor
Cmd + ENTER Hide Assitant Editor
Ctrl + SPACE or ESC Toggle Completions
Cmd + ] Indent Section
Cmd + [ Outdent Section
Ctrl + i Fix Indentation
Cmd + / Comment / Uncomment
Cmd + Option + [ Move Line Up
Cmd + Option + ] Move Line Down
##############################################################################
# NAVIGATOR (Left Panel)
##############################################################################
Cmd + 0 Show /Hide
Cmd + 1-8 Switch tabs
Option + click Open Assistant Editor
Shift + Option + click Decide where to Open
double click Open in New Window
##############################################################################
# DEBUGGING
##############################################################################
Cmd + Shift + Y Toggle Debug Area
Cmd + ' Next Issue
Cmd + " Previous Issue
Cmd + \ Add / Remove Breakpoint
Cmd + Y Active / Deactive Breakpoints
Cmd + K Clear Console
##############################################################################
# UTILITIES (Right Panel)
##############################################################################
Cmd + Option + 0 Show / Hide
Cmd + Option + 1-9 Go to Tab
##############################################################################
# DUBGE & RUN
##############################################################################
Cmd + B Build
Cmd + R Run
Cmd + . Stop
Cmd + Shift + B Analyze
Cmd + U Test
Cmd + Shift + K Clean