1.3
 

The main features

First, syntax highlighting, code folding, as well as auto-complete code, and other auxiliary functions

Visual CSS editor with a built-in sound code auxiliary functions, including keyword coloring, code folding (a selector can be folded and its attributes, view the long code for the very useful) and auto-complete function, not only help you write css code, but also the convenience of browsing, the following provides some screenshots:
 

editor   editor2

Second, the unique preview of CSS code, as far as possible, so that your code results

Visual CSS has a built-in feature of most of the preview code, you can write code in the code at the same time to show results, you are constantly removed from the page to refresh the trouble; but she can use your code in the background of the picture show , So you do not have to worry about the wrong address of the picture! The following are some of the preview's presentation:
 

 preview  preview2

Third, CSS outline view, you can show all the different categories selector

Visual CSS can also be categorized to show you all of the code selector, the corresponding elements, ID, as well as the type of @ blocks, which is used to display a tree, click selector node, you can locate the code selector The position shots with some of the following:
 

outline

Fourth, W3C Validator, so that you are always with international standards

Click Visual CSS the W3C validation tool can immediately quietly in the background to connect to the W3C's CSS validation service to verify your choice of CSS code (If you do not select the code, then verify that the current activities of the editor of all the code), if your code problems, will return a list (including a warning or error), which describes the line selector which have any questions, click the project will be targeted to where the line of error code to see a screenshot of it:

 

Fifth, the functional format code, the code allows you to adapt to a variety of applications

Perhaps the author of CSS each has its own style of code, for example, some people like to write code as follows:
.selector
{
    color
:gray;
    background-color
:red;
    font-size
:14pt;
}

And some people like it:
.selector {
    color
:gray;
    background-color
:red;
    font-size
:14pt;
}

Still others like to write the names and attributes in the line:

.selector{color:gran;background-color:red;font-size:14pt;}

Therefore, the provision of the code Visual CSS formatting features, the code can be formatted into different style.

Six, according to the F1 key to open the cursor where the Department of the attributes detailed manuals to help

If you are a beginner, may be not very familiar with some of the attributes, not in a hurry to go everywhere you book, Visual CSS with a detailed manual to help CSS, you not only know that the property is to be used, can also run a number of examples of code Test results, click F1, will open the cursor with the help of the attributes of the page, for example, you enter in the "color" when all of a sudden do not know "color" how to use, click F1 it, Visual CSS will soon open a manual to help CSS, And positioning the "color" the page explained, is not so easily?