Book Image

Learning Xamarin studio

By : William Smith
Book Image

Learning Xamarin studio

By: William Smith

Overview of this book

Table of Contents (16 chapters)
Learning Xamarin Studio
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

View and Search menus


The following screenshot shows the options of the View menu:

The View menu contains many familiar options that are self-explanatory. However, there are three items that are worth reviewing:

  • Show Disassembly: This opens the Disassembly window, which shows the assembly code corresponding to the instructions created by the compiler.

  • Archives…: This displays a detailed history of release builds created for delivery to the App or Google Play stores.

  • Focus Document: This moves the current document in the editor pane to bring the cursor into focus.

Next up is the Search menu, as shown in the following screenshot:

Likewise, most of the items under the Search menu are either familiar or self-explanatory with a few exceptions as follows:

  • Go to File…: This lets you navigate to any file by selecting it from an alphabetized list of all the files in your solution. When you are working with large or unfamiliar projects with hundreds of files, this is a pretty handy tool to have around...