In this post, I will try demonstrate mostly used menus and functions of the most famous two Integrated Development Environments (IDE) of Microsoft and Apple... namely Visual Studio and Xcode respectively. Versions of the IDEs used in this post is Microsoft Visual Studio 2015 and Xcode 8.2.1. What you will find here is mostly used features like Auto Indent, Comment out, Uncomment, Debugging shortcuts, Attaching to a process etc. in a comparative manner. In other words, these features are demonstrated by using both Xcode and Visual Studio one by one. If you have already been using one of these IDEs, you will switch and adapt to the other IDE easily thanks to this article. 1- Auto Indent Xcode: Select the text Right click on the selected text Click on " Structure -> Re-Indent ". (Control + I) VS: Select the text Click on " Edit -> Advanced -> Format Selection " If you want to Auto-Indent all document (not only small por