The editor and designers you use depend on the type of file or document that you are authoring. The Text editor is the basic word processor of the IDE, while the Code editor is the basic source code editor.
Other editors, such as the CSS editor, the HTML Designer, and the Web Page Designer, share many of the features found in the Code editor, along with enhancements specific to the type of code or markup supported.
Editors and designers usually have two views: a graphical design view and the code behind view or source view. Design view lets you specify the location of controls and other items on the user interface or Web page. You can easily drag a control from the Toolbox and place it on the design surface.
Figure 3: Web Page Designer, Design view
.png)
Source view displays the source code for the file or document. This view supports coding help such as IntelliSense, collapsible code sections, Refactoring, and code snippet insertion. Other features include word wrap, bookmarks, and displaying line numbers, to name a few. For more information, see Editor Convenience Commands and Features.
Figure 4: Web Page Designer, Source view
.gif)
Some editors, such as the Web Page Designer and HTML Designer, also provide a hybrid view which lets you see the graphical and code view of a file simultaneously. This view is called Split view.
Figure 5: Web Page Designer, Split view