1. Code highlighting
That feature means JavaScript syntax coloring.
JavaScript highlighting
2. Paired highlighting
The Editor highlights in pairs braces,
JavaScript pairs braces highlighting
square brackets
JavaScript square brackets highlighting
and parenthesis
JavaScript parenthesis highlighting
when a cursor is placed between beginning and ending enclosing characters.
3. Intelligent Auto-complete
Auto-complete feature "remembers" and lists in pop-up window DXML objects,
JavaScript objects and methods autocomplete
JavaScript variables and functions.
JavaScript variables and functions autocomplete
Completion list is called automatically in necessary area of JS code.