Editing JavaScript code

Tools on the JavaScript menu and toolbar allow you to insert instant pieces of JavaScript code.

Auto complete helps to remember and quickly insert object properties, methods and events.

Function hints allow to lookup function parameters without looking in the documentation.

Language Browser provides convenient way for working with JavaScript objects.

Navigating through JavaScript code

You can use Code Explorer to easily navigate through your JavaScript code. Code Explorer lists functions contained in the script and allows you to quickly move through your code.