Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.08 KB

xcodeShortcuts.md

File metadata and controls

47 lines (26 loc) · 1.08 KB

Xcode shortcuts:

shift + cmd + o: find file or symbol cmd + shift + /: comment (uncomment) line

ctrl + A K K: delete line (drücke die Buchstaben in dieser Reihenfolge)!

alt + cmd + Pfeil hoch: bewege Zeile nach oben! alt + cmd + Pfeil unten: bewege Zeile nach unten! alt + cmd + 5: bewege Zeileninhalt nach links! alt + cmd + 6: bewege Zeileninhalt nach rechts!

cmd + enter: show only main editor cmd + alt + enter: show main editor + one counterpart (assistant editor) cmd + alt + enter: show main editor + one counterpart (version editor)

cmd + 0: show/hide navigation panel (left side) cmd + 1..8: Project Navigator, Symbol Navigator, Find Navigator, Issue Navigator …

cmd + alt + 0: show/hide utilities panel (right side) cmd + alt + 1: Identity and Type cmd + alt + 2: Quick Help

cmd + shift + y: show/hide Debug Area (down side) cmd + shift + c: Activate Console

cmd + shift + x: CAPITALIZE cmd + shift + y: decapitalize

// Debugger:

F6: Step Over F7: Step Into F8: Step Out ctrl + cmd + Y: Continue / Pause Execution

http://nshipster.com/xcode-key-bindings-and-gestures/