Visual Studio. NET (7)

Source: Internet
Author: User

Edit Environment

Visual Studio provides a singleCodeEditor, while providing specific functions for each language. Its editor introduces some enhancement functions in the editing environment, such as Word filling, incremental search, code highlighting, indent text, marking row numbers, color printing, and shortcuts. The editor also provides many features designed for specific languages, for example, it can automatically complete the input of these strings when you enter the prototype and function call.

BesidesProgramming LanguageThe editor also supports HTML documents, web pages, and even XML compiling processes. In fact, I would like to load one of my XML documents into vs. NET and then see the keywords I use in XML, such as XML declarations and attributes, highlighted. Further, the editor also providesSource codeAnd data view. In the data view, the structure of the document is displayed in the window on the left. When you select an XML Element in the cascade structure, the right part of the window will display its child elements and allow you to view the element data in depth. This feature is really cool! However, I also found that not all XML documents can be loaded into the data view. When a document with an unpredictable structure is loaded to the data view, the editor may be confused.

Another surprise brought by Visual Studio. NET is that you can create an XML Scheme Based on a document instance. Open a document instance. By default, a document source is displayed.ProgramView. You can stay in the source program view or switch to the data view. Right-click the view and select "create Scheme" from the pop-up menu ". Once the XML Scheme has been created, a reference to it will be inserted into the original document instance. For those who don't want to write XML solutions from the beginning, Visual Studio. NET allows you to quickly complete your work.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.