Opening an Editor

You can launch a text editor (or any other editor in the IDE, for that matter) in two ways. The first way involves using the Solution Explorer: select an existing code file, text file, or other type file and double-click the file. If it is a code file, you can also right-click it and select View Code. The file content is loaded into a new editor window.

The second way to launch an editor window is to choose File, New, File. This launches the New File dialog box. Selecting a code template from this dialog box launches a code editor prefilled with the initial code stubs relevant to the template selected.

Tip

The text editor windows live as tabbed windows front and center within the IDE. If multiple code editors are open, they ...

Get Microsoft Visual Studio 2015 Unleashed, Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.