Getting Started with the Basics

Broadly speaking, a Visual Studio editor is a text editor (think word processor) that enables you to write specific output efficiently (Visual Basic code, Hypertext Markup Language [HTML], XAML, and so on). A designer, in contrast, is a visual editor that enables you to work directly with visual concepts instead of text. Many document types are supported by both designers and editors: you can build a form, for instance, by using the drag-and-drop convenience of the Windows Forms Designer or by handcrafting the code within a text editor; or you can build an XML file using the same mechanisms.

The Visual Studio text editor provides the core text-editing functionality for all the editors. This functionality is then ...

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.