Xcode is an IDE.
A coordinated advancement climate, made by Apple for creating programming for macOS, iOS, watchOS, and tvOS. It is the just authoritatively upheld device for making and distributing applications to Apple's application store and is intended for use by novices and experienced designers.
Xcode incorporates the entirety of the apparatuses expected to make an application inside one programming bundle; in particular, a content manager, a compiler, and a form framework. With Xcode, you can compose, order, and troubleshoot your application, and when you're done you can submit it to the Apple application store. It contains various apparatuses to help the improvement cycle move rapidly, so prepared engineers can make applications exceptionally quick, and fledglings faceless disarray and obstructions to making an incredible application.
Build & Run Shortcuts | |
Build for Running | Command+B |
Build for Testing | Command+Shift+U |
Clean Build Folder | Command+Shift+K |
Run | Command+R |
Stop running app | Command+. |
Run All Test | Command+U |
Playground | |
Next Scheme | Command+Control+] |
Previous Scheme | Command+Control+[ |
Scheme selection list | Control+0 |
Next Destination | Command+Control+Option+] |
Previous Destination | Command+Control+Option+[ |
Destination selection list | Control+Shift+0 |
Scheme & Destination shortcuts | |
Add/Remove BreakPoint | Command+\ |
Activate/Deactivate BreakPoint | Command+Y |
Breakpoint shortcut | |
Start of line | Command+Left+Arrow |
End of line | Command+Right+Arrow |
Go to Line number | Command+L Then+type+the+line+number |
Start of Word | Option+Left+Arrow |
End of Word | Option+Right+Arrow |
Start of file | Command+Up+Arrow |
End of file | Command+Down+Arrow |
NAVIGATION | |
Opening a file | Command+Shift+O |
Previous Opened file | Command+Control+Left |
Latest Opened file | Command+Control+Right |
Related items like siblings, protocol, super/subclass, etc. | Control+1 |
Selecting Project | Control+4 |
Selection among group | Control+5 |
Toggling between Interface & Implementation | Command+Control+Up Command+Control+Down |
Editor shortcuts | |
Showing Standard editor | Command+Return |
Opening Assistant editor | Command+Option+Return |
Resetting Assistant editor | Command+Option+Shift+Z |
Opening Version editor | Command+Option+Shift+Return |
Debug area toggling | Command+Shift+Y |
Moving Focus to a different editor | |
Move focus to editor | Command+J |
Find & Replace | |
Find in file | Command+F |
Find in project | Command+Shift+F |
Find & Replace in a file | Command+Option+F |
Find & Replace in project | Command+Option+Control+F |
Edit all in scope, in the current file | Command+Control+E |
Refactor, Renaming in all files | |
Navigation filtering | Command+Shift+J |
Tab & Window selection | |
Open the current file in the new tab | Command+T |
Next Tab | Command+Tab |
Previous Tab | Command+Shift+Tab |
Selection between two Xcode window | Command + ~[ tilde sign ] |
Simulator Shortcuts | |
Rotate simulator | Command+left Command+right |
Home screen | Command+Shift+H |
Recent Apps | Command+Shift+H |
Toggling In Call status bar | Command+Y |
Toggle keyboard visibility | Command+Shift+K |
Screenshot | Command+S |
Toggle animation | Command+T |
Actual Size | Command+1 |
Point accurate Size | Command+2 |
Pixel accurate Size | Command+3 |