This is not the post that logically follows the the previous one but I suggest to read it. In this post we'll take a break and explore some nice features of Xamarin Studio 6. General functionalities Dark theme is one of the new features, in preferences then Visual Style. We can configure the desired code formatting between Visual Studio Style, Mono Style or Custom Style. To do this: preference, source code, code formatting then Text file where we can define the Policy, use 4 spaces instead of tabs... Just make sure to have the other types (XML, F# and C#) use the default behavior of Text file. Global Search can be used to search for everything inside the workspace: files, Xamarin Studio functionalities & commands... When we copy a piece of code, it will be saved in the clipboard inside the toolbox. This piece of code can be dragged and dropped to a source code file. When we search for something we can pin the results to save them and do other searches. We can highlight t...