In this section, you will learn how to open an editor for VJET files and also learn something about the basic VJET editor features.
In general you can open a VJET editor for VJET files, types, methods and fields by simply double clicking on them.
For example, to open the editor directly on the method setOpen defined in Test.js, expand the file in the Script Explorer and double click on the method.
Examples of VJET source elements that are rendered differently are:
The picture below shows an example:

If you want to change the color, you can go to
VJET > Editor > Syntax Coloring preference page.
) indicates a VJET element is static,
icon(
) indicates a VJET element is a constructor.
Different icons show you whether a method overrides a method from a base class (
) or
when it implements a method from an interface (
).


