Displaying the Visual ScriptDoc View [edit]

This page gives an overview of how to use the Visual ScriptDoc View in the Aptana IDE.

Introduction

The Visual ScriptDoc View provides a visual way to navigate your JavaScript code in your projects. If you have documented your code with ScriptDoc, this view also provides information about your functions, such as definitions and return values.

Instructions

To display the Visual ScriptDoc View:

  1. From the Window menu, select Show View > Other... to open a Show View pop-up window.
  2. On the Show View window, navigate to Aptana Views > Visual ScriptDoc to display the Visual ScriptDoc View (shown below).

Image:visualScriptDocView.png

You can click on the function or object names to navigate through the source code tree. You can also use the Right and Left arrow buttons to navigate forward and backwards through the View.

Related Topics